- Added npm run commands to support inforitnl/front-end-build

- Fixed e2e test which targeted the wrong word.
- Updated minor/patch versions of npm packages
- Added junit output for test runners
This commit is contained in:
2022-07-19 10:40:02 +02:00
parent 0003df5fab
commit 2e49bd9f09
7 changed files with 4233 additions and 2790 deletions

View File

@@ -7,4 +7,10 @@ export default defineConfig({
},
},
video: false,
reporter: "mocha-junit-reporter",
reporterOptions: {
testsuitesTitle: true,
mochaFile: "dist-tests/test-results/cypress/[hash].xml",
outputs: true,
},
});