Add cypress frontend test config
This commit is contained in:
parent
2815f9aee9
commit
bc53343f55
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue