14 lines
293 B
JSON
14 lines
293 B
JSON
|
{
|
||
|
"requestTimeout": 30000,
|
||
|
"defaultCommandTimeout": 20000,
|
||
|
"reporter": "junit",
|
||
|
"reporterOptions": {
|
||
|
"mochaFile": "results/junit/my-test-output-[hash].xml"
|
||
|
},
|
||
|
"video": false,
|
||
|
"screenshotsFolder": "cypress/results/screenshots",
|
||
|
"env": {
|
||
|
"swaggerBase": "{{baseUrl}}/api/schema"
|
||
|
}
|
||
|
}
|