Hazyzh / jest-html-reporters

🌈 Reporter for jest test framework. 🌈
https://hazyzh.github.io/report.html
MIT License
522 stars 100 forks source link

feat(add skip test option): want to skip the pending tests and suites in the final report #299

Closed Hazyzh closed 10 months ago

Hazyzh commented 10 months ago

we need to have an option in the test config as statusIgnoreFilter: 'pending'. This will skip the pending suites and tests in the report and it will have a clear report only with failures and passes tests

298