15 lines
318 B
JSON
Raw Normal View History

{
"requestTimeout": 30000,
"defaultCommandTimeout": 20000,
2020-08-06 12:47:24 +10:00
"reporter": "cypress-multi-reporters",
"reporterOptions": {
2020-08-06 12:47:24 +10:00
"configFile": "multi-reporter.json"
},
2020-08-06 12:47:24 +10:00
"videosFolder": "results/videos",
"screenshotsFolder": "results/screenshots",
"env": {
"swaggerBase": "{{baseUrl}}/api/schema",
"RETRIES": 4
}
}