Skip to content

Commit 8fcafbe

Browse files
committed
Log failure count for convenience
1 parent aa86d83 commit 8fcafbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ async function start ({ client }) {
175175
- Total: ${stats.total}
176176
- Skip: ${stats.skip}
177177
- Pass: ${stats.pass}
178+
- Fail: ${stats.total - stats.pass}
178179
- Assertions: ${stats.assertions}
179180
`)
180181
}

0 commit comments

Comments
 (0)