You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
442 B
14 lines
442 B
3 years ago
|
{
|
||
|
"fileServerFolder": ".",
|
||
|
"fixturesFolder": "./src/fixtures",
|
||
|
"integrationFolder": "./src/integration",
|
||
|
"modifyObstructiveCode": false,
|
||
|
"supportFile": "./src/support/index.ts",
|
||
|
"pluginsFile": "./src/plugins/index",
|
||
|
"video": true,
|
||
|
"videosFolder": "../../dist/cypress/apps/ui-e2e/videos",
|
||
|
"screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots",
|
||
|
"chromeWebSecurity": false,
|
||
|
"baseUrl": "http://localhost:4400"
|
||
|
}
|