Skip to content
Snippets Groups Projects
Verified Commit 63bfb1f3 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

ci: add jest-junit reporter

parent 02966011
No related branches found
No related tags found
3 merge requests!10Refactor Test Resources,!6Adaptations for new DCC V3.2.1,!5Add tests
Checking pipeline status
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -612,3 +612,4 @@ $RECYCLE.BIN/
/.tgitconfig
lib
junit.xml
......@@ -44,6 +44,11 @@ test:
needs: ["proxy"]
script:
- *yarn-install
- yarn run test:unit
- yarn run test:unit --ci
cache:
- <<: *yarn-cache
artifacts:
when: always
reports:
junit:
- junit.xml
......@@ -3,6 +3,7 @@ import type { Config } from "jest";
const config: Config = {
preset: "ts-jest",
testEnvironment: "node",
reporters: ["default", "jest-junit"],
};
export default config;
......@@ -32,6 +32,7 @@
"fast-check": "^3.6.2",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-junit": "^15.0.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment