gkushang / cucumber-html-reporter

Generates Cucumber HTML reports in three different themes
MIT License
234 stars 155 forks source link

Boostrap Theme UX - only failed tests listed optionally #154

Open znevrly opened 6 years ago

znevrly commented 6 years ago

Hi, with many features it's unnecessary hard to investigate failed scenarios because by default all features/scenarios are listed.

Solution: make option that only failed scenarios are listed.

thanks.

ncounter commented 5 years ago

I would vote for this feature :+1:

I think this could be addressed with two opposite approach:

  1. have an option parameter in the index.js file where to set showFailedOnly: True - this would lead to a very light report, but it would hide the overview
  2. have toggle filters in the generated HTML output. For instance I would see very handy togglers to be the top-right total report counters [see the hacked image below]

Screenshot from 2019-05-21 10-59-47