initial commit

This commit is contained in:
Erik Tiekstra
2021-03-16 11:49:59 +01:00
committed by Erik Tiekstra
commit f0d1b3ccd4
48 changed files with 46728 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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
}