Add cypress frontend test config

This commit is contained in:
Ramon Wenger 2021-03-16 16:07:31 +01:00
parent 2815f9aee9
commit bc53343f55
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"baseUrl": "http://localhost:8080",
"videoUploadOnPasses": false,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "cypress/test-reports/frontend/cypress-results-[hash].xml",
"toConsole": true
},
"integrationFolder": "cypress/integration/frontend",
"$schema": "https://on.cypress.io/cypress.schema.json"
}