mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser
https://mochajs.org
MIT License
22.64k stars 3.02k forks source link

HTML Reporter: Add count of pending / skipped tests and provide same functionality when clicked as passes and fails #2150

Closed ericlau-solid closed 7 years ago

ericlau-solid commented 8 years ago

image

in HTML reporter, currently there is functionality to filter test results by passes and fails. Requesting the same for pendings (skips). If you think this functionality is good I don't mind taking on the PR work in a few weeks.

danielstjules commented 8 years ago

Would love to see a PR for it! :)

ericlau-solid commented 8 years ago

PR #2170 addresses this. Please review.

drazisil commented 7 years ago

https://github.com/mochajs/mocha/pull/2170 exists for this, closing this issue