my-chat-room/apps/chat-room-e2e/cypress.json

13 lines
418 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"modifyObstructiveCode": false,
"pluginsFile": "./src/plugins/index",
"supportFile": "./src/support/index.ts",
"video": true,
"videosFolder": "../../dist/cypress/apps/chat-room-e2e/videos",
"screenshotsFolder": "../../dist/cypress/apps/chat-room-e2e/screenshots",
"chromeWebSecurity": false
}