Initial commit
This commit is contained in:
12
apps/client-e2e/cypress.json
Normal file
12
apps/client-e2e/cypress.json
Normal 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/client-e2e/videos",
|
||||
"screenshotsFolder": "../../dist/cypress/apps/client-e2e/screenshots",
|
||||
"chromeWebSecurity": false
|
||||
}
|
Reference in New Issue
Block a user