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.
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
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.
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