Closed deivydasp closed 2 years ago
How I can tune my results if 224 line not taking into account failed scenarios/features? if you take a look into my screenshots there is no failed/pending/undefined steps.
True, you can add support for values which you are looking for and prepare PR so then I will merge it
Hi @damianszczepanik , noticed one problem with plugin. Build result is not changed to "Failed" when Before/After hooks fails. This situation happens because if statement, which determine when to fail the build, not taking into account failed scenarios/features.
Before: After: In both cases Build was successful, maybe there is an option to fix that?