Skip to content

Commit e3ae9e6

Browse files
Added jest junit report for gitlab ci reporting.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent 245f9f3 commit e3ae9e6

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

package-lock.json

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"collectCoverage": true,
2525
"coverageReporters": [
2626
"text"
27+
],
28+
"reporters": [
29+
"jest-junit"
2730
]
2831
},
2932
"repository": {
@@ -52,6 +55,7 @@
5255
"eslint": "^7.7.0",
5356
"jest": "^26.4.2",
5457
"webpack": "^5.0.0-beta.28",
55-
"webpack-cli": "^4.0.0-beta.8"
58+
"webpack-cli": "^4.0.0-beta.8",
59+
"jest-junit": "^11.1.0"
5660
}
5761
}

0 commit comments

Comments
 (0)