mirror of https://github.com/abpframework/abp
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.
13 lines
414 B
13 lines
414 B
{
|
|
"fileServerFolder": ".",
|
|
"fixturesFolder": "./src/fixtures",
|
|
"integrationFolder": "./src/integration",
|
|
"modifyObstructiveCode": false,
|
|
"pluginsFile": "./src/plugins/index",
|
|
"supportFile": "./src/support/index.ts",
|
|
"video": true,
|
|
"videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos",
|
|
"screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots",
|
|
"chromeWebSecurity": false
|
|
}
|