skillbox/client/cypress.json

11 lines
272 B
JSON

{
"baseUrl": "http://localhost:8000",
"videoUploadOnPasses": false,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "cypress/test-reports/cypress-results-[hash].xml",
"toConsole": true
},
"$schema": "https://on.cypress.io/cypress.schema.json"
}