Skip to content

Commit dfc11b5

Browse files
committed
Add html test reporter
1 parent 14ea07b commit dfc11b5

File tree

3 files changed

+202
-49
lines changed

3 files changed

+202
-49
lines changed

jesthtmlreporter.config.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"pageTitle": "Jest Tests HTML Report",
3+
"outputPath": "test-report/test-repot.html",
4+
"includeFailureMsg": true,
5+
"includeSuiteFailure": true,
6+
"includeConsoleLog": true,
7+
"sort": "status"
8+
}

0 commit comments

Comments
 (0)