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

13 lines
418 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/chat-room-e2e/videos",
"screenshotsFolder": "../../dist/cypress/apps/chat-room-e2e/screenshots",
"chromeWebSecurity": false
}