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

Suppress Given/When/Then when showing "gain ability" items in HTML reports #142

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

When using HTML reports, "gain ability" lines have a type of Unspecified displayed against them. This should be suppressed via CSS, because there's no need to display it. It's an ability-gain.

Alternatively, take a look at just putting the word "Ability" there instead.

craigfowler commented 6 years ago

Another choice is simply to never show anything for Unspecified items.