Erez Rokah 096b067d45
feat: add translation support (#2870)
* feat: add translation support

* test(cypress): fix locale import

* docs: add locale documentation

* feat: add german translation (#2877)

* 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