cucumber-reporting
cucumber-reporting copied to clipboard
Background steps are not presented in report
Hello, Currently it's impossible to see steps that belong to background in report. That would be great to see background in each scenario as well, because some people (including me) attach important info to steps using scenario.log.
Background: Given I am somebody
Scenario: Then thing happens
In report there is only step 'thing happens'.
Attach JSON file and point out scenario which is not present