mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-04 10:44:44 +02:00
13 lines
420 B
JSON
13 lines
420 B
JSON
{
|
|
"fileServerFolder": ".",
|
|
"fixturesFolder": "./src/fixtures",
|
|
"integrationFolder": "./src/integration",
|
|
"modifyObstructiveCode": false,
|
|
"pluginsFile": "./src/plugins/index",
|
|
"supportFile": "./src/support/index.ts",
|
|
"video": true,
|
|
"videosFolder": "../../dist/cypress/apps/blueprints-e2e/videos",
|
|
"screenshotsFolder": "../../dist/cypress/apps/blueprints-e2e/screenshots",
|
|
"chromeWebSecurity": false
|
|
}
|