editor.js/cypress.json
Peter Savchenko b78707fb78 fix eslint
2020-12-08 22:06:28 +03:00

10 lines
251 B
JSON

{
"env": {
},
"fixturesFolder": "test/cypress/fixtures",
"integrationFolder": "test/cypress/tests",
"screenshotsFolder": "test/cypress/screenshots",
"videosFolder": "test/cypress/videos",
"supportFile": "test/cypress/support/index.ts"
}