Closed
Description
openedon Apr 20, 2020
Description
Currently a failing hook changes the shape of a test run and related tests just disappear. They are neither listed in the reporter output nor shown in the test summary.
#4221 / #4233 add new test events: EVENT_TEST_SKIPPED
.
ToDo in reporter HTML:
- listen to
EVENT_TEST_SKIPPED
- report
skipped
tests in color red (similar topending
tests) mocha-stats
:- add
pending
- add
skipped
- add
total
(stats.tests
) - fix
passesLink
: should only show passing tests, without pending tests - fix progress
- add
- remove "<=IE7" stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment