dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 116 forks source link

Fix pending status in reports #74

Closed FredM closed 7 years ago

FredM commented 8 years ago

Behat discriminate failed and pending tests and scenarios. At our company, we had an inconsistency where our Jenkins build was marked as "passed" but the reports generated by your plugin marked all pending tests as "failed". We want to keep pending tests in our suites to have a 100% coverage in the gherkins features files. Then the pending tests allow us to say : "we cover 80% in our continuous integration system and 20% remain manual tests".

This pull request retrieve those pending tests/scenarios information from behat and shows them in the reports.