17 lines
557 B
JSON
17 lines
557 B
JSON
|
{
|
||
|
"baseUrl": "http://localhost:4200",
|
||
|
"fileServerFolder": ".",
|
||
|
"testFiles": "*.{ts,feature,features}",
|
||
|
"ignoreTestFiles": "**/*.js",
|
||
|
"fixturesFolder": "./src/fixtures",
|
||
|
"integrationFolder": "./src/integration",
|
||
|
"modifyObstructiveCode": false,
|
||
|
"supportFile": "./src/support/index.ts",
|
||
|
"pluginsFile": false,
|
||
|
"video": true,
|
||
|
"videosFolder": "../../dist/cypress/apps/simple-trading-app-e2e/videos",
|
||
|
"screenshotsFolder": "../../dist/cypress/apps/simple-trading-app-e2e/screenshots",
|
||
|
"chromeWebSecurity": false,
|
||
|
"projectId": "et4snf"
|
||
|
}
|