| 12345678910111213 |
- {
- "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"
- }
- }
|