diff --git a/client/cypress.frontend.json b/client/cypress.frontend.json new file mode 100644 index 00000000..c762d73b --- /dev/null +++ b/client/cypress.frontend.json @@ -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" +}