responsible-ai-widgets/apps/dashboard-e2e/cypress.json

22 строки
711 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/dashboard-e2e/videos",
"screenshotOnRunFailure": true,
"screenshotsFolder": "../../dist/cypress/apps/dashboard-e2e/screenshots",
"downloadsFolder": "../../dist/cypress/apps/widget-e2e/downloads",
"chromeWebSecurity": false,
"requestTimeout": 30000,
"numTestsKeptInMemory": 30,
"responseTimeout": 50000,
"pageLoadTimeout": 100000,
"execTimeout": 300000,
"viewportWidth": 1920,
"viewportHeight": 1080
}