Skip to content

Commit fa35187

Browse files
committed
Update error reporting to show in context of the test file and as a summary at the bottom
1 parent 6f648f4 commit fa35187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-test-runner.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config = {
6161
'test/attributes/**/*.js',
6262
'test/core/**/*.js'
6363
],
64-
reporters: [summaryReporter({ flatten: false }), defaultReporter({ reportTestProgress: true, reportTestResults: false })]
64+
reporters: [summaryReporter({ flatten: false, reportTestLogs: false, reportTestErrors: true }), defaultReporter({ reportTestProgress: true, reportTestResults: true })]
6565
}
6666

6767
export default config

0 commit comments

Comments
 (0)