Skip to content

Commit 917587a

Browse files
authored
Merge pull request #77 from botandrose/more-verbose-test-output
Show individual test runs in addition summary
2 parents f735400 + 200b236 commit 917587a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-test-runner.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { chromeLauncher } from "@web/test-runner";
1+
import { chromeLauncher, summaryReporter, defaultReporter } from "@web/test-runner";
22
import { exec } from "child_process";
33
import failOnly from "./test/lib/fail-only.mjs";
44

@@ -41,6 +41,10 @@ let config = {
4141
},
4242
files: "test/*.js",
4343
plugins: [failOnly],
44+
reporters: [
45+
summaryReporter(),
46+
defaultReporter(),
47+
],
4448
};
4549

4650
if (process.env.USE_MOVE_BEFORE) {

0 commit comments

Comments
 (0)