midniteio / multi-cuke

Parallel cucumber-js testing via Node's child_process.spawn api
13 stars 4 forks source link

Add outline data to the logs. Merge scenarios under features as Cucumber #66

Closed midniteio closed 7 years ago

midniteio commented 7 years ago

For the ghost @atraintanski

Note This is to be considered a breaking change to the api, as the results file produced has changed its format slightly. It now aligns with how default Cucumber groups logs (Scenarios are grouped and nested with a feature, we currently dupe feature per scenario).

This also injects the value used from a scenario outline into the log data. Cucumberjs v2+ allows for custom formatters to address this, but I don't want to constrain versions so tightly.

mention-bot commented 7 years ago

@midniteio, thanks for your PR! By analyzing the history of the files in this pull request, we identified @guykisel, @zrnorth and @vsiakka to be potential reviewers.