15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"requestTimeout": 30000,
|
|
"defaultCommandTimeout": 20000,
|
|
"reporter": "cypress-multi-reporters",
|
|
"reporterOptions": {
|
|
"configFile": "multi-reporter.json"
|
|
},
|
|
"videosFolder": "results/videos",
|
|
"screenshotsFolder": "results/screenshots",
|
|
"env": {
|
|
"swaggerBase": "{{baseUrl}}/api/schema",
|
|
"RETRIES": 4
|
|
}
|
|
}
|