csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Alter report model to group by features #100

Closed craigfowler closed 7 years ago

craigfowler commented 7 years ago

The reports currently group only be scenario. However, any time we build a report we are going to want to group by feature as well. Even if we don't, it's still worth doing.

This will help the HTML reporter but also the upcoming XML and JSON ones too.