Files
nginx-proxy-manager/test/cypress/config/dev.json
T

15 lines
301 B
JSON
Raw Normal View History

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