Files
mina-sidor-fa-web/apps/dafa-web-e2e/cypress.json
Erik Tiekstra f0d1b3ccd4 initial commit
2021-03-16 13:00:57 +01:00

13 lines
416 B
JSON

{
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"modifyObstructiveCode": false,
"pluginsFile": "./src/plugins/index",
"supportFile": "./src/support/index.ts",
"video": true,
"videosFolder": "../../dist/cypress/apps/dafa-web-e2e/videos",
"screenshotsFolder": "../../dist/cypress/apps/dafa-web-e2e/screenshots",
"chromeWebSecurity": false
}