Files
.dependabot
.github
cypress
fixtures
integration
plugins
support
utils
README.md
config.js
constants.js
dismiss-local-backup.js
mock-server.js
regexp.js
steps.js
Readme.md
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
custom-preprocessor.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
yarn.lock
static-cms/cypress/utils
Erez Rokah 096b067d45 feat: add translation support ()
* feat: add translation support

* test(cypress): fix locale import

* docs: add locale documentation

* feat: add german translation ()

* fix: locales package version, register all locales in netlify-cms
2019-11-14 11:25:04 +02:00
..

Utilities for integration tests

Utils in this dir must be explicitly included in each spec file, e.g.:

import '../utils/dismiss-local-backup';

For routines to be executed on all tests, please use the cypress/plugins.index.js file instead: https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests.html#Plugin-files