porscheinformatik / cucumber-report-db

Stores results of BDD tests with Cucumber-JVM in a database and provides reporting capabilities
18 stars 21 forks source link

Problems displaying features without scenarios #31

Closed klausbayrhammer closed 9 years ago

klausbayrhammer commented 9 years ago

From https://groups.google.com/d/msg/cukes/zZwee001lRs/WdTKIS1mnUsJ

We have some tests that we are flagging as @ignore in order to ignore them. If there is a feature file with only @ignore tests in it (in other words, a feature file with no test that are executed in it), I'm having some problems with different pages of the web application.

1) On the report page that is displaying all the runs history (report_page_bug.PNG) All the runs before the run with an empty feature are marked as undefined. All the runs that will occur after the run with an empty feature will be OK.

PS: When by "run" I mean the execution of a test suite in the report history. image

2) On the report page that is displaying all the features (feature_page_bug.png): All the features after the empty feature don't have any stats passed/unknow/failed columns image

klausbayrhammer commented 9 years ago

Probably related to #27

klausbayrhammer commented 9 years ago

I've deployed the newest version including the fix to heroku.