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

Tests should be written to ensure that the SpecFlow integration is triggering all Screenplay events #202

Closed craigfowler closed 2 months ago

craigfowler commented 2 months ago

I know that Screenplay basically works under SpecFlow but I don't know if all of the events are fired. I even need to include some kind of manual verification test to ensure that the end-of-test-run event is triggered too.