mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-01 15:14:38 +02:00
- 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:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user