Files
laba-webgunea/e2e/cypress.json
2022-01-14 20:49:58 +01:00

12 lines
309 B
JSON

{
"baseUrl": "http://localhost:8000",
"defaultCommandTimeout": 15000,
"videosFolder": "artifacts/videos",
"screenshotsFolder": "artifacts/screenshots",
"downloadsFolder": "artifacts/downloads",
"testFiles": "**/*.spec.ts",
"video": false,
"chromeWebSecurity": false,
"viewportWidth": 1200
}