2022-03-23 17:40:15 +00:00
|
|
|
{
|
|
|
|
"baseUrl": "http://localhost:3010",
|
|
|
|
"projectId": "et4snf",
|
|
|
|
"fileServerFolder": ".",
|
|
|
|
"fixturesFolder": "./src/fixtures",
|
|
|
|
"integrationFolder": "./src/integration",
|
|
|
|
"modifyObstructiveCode": false,
|
|
|
|
"supportFile": "./src/support/index.ts",
|
|
|
|
"pluginsFile": false,
|
|
|
|
"video": true,
|
2022-03-24 12:04:01 +00:00
|
|
|
"videosFolder": "../../dist/cypress/apps/stats-e2e/videos",
|
|
|
|
"screenshotsFolder": "../../dist/cypress/apps/stats-e2e/screenshots",
|
2022-03-23 17:40:15 +00:00
|
|
|
"chromeWebSecurity": false
|
|
|
|
}
|