dotnetprofessional / LiveDoc

A Living Documentation platform for BDD (Gherkin) specifications.
MIT License
9 stars 2 forks source link

When using .only or filters ensure backgrounds are always executed #54

Closed dotnetprofessional closed 5 years ago

dotnetprofessional commented 6 years ago

Using .only or an inclusive filter (#52) works fine when dealing with features or scenarios that do not have an associated background. However, when using scenarios that do have a dependency on a background, the tests will fail as the background is not executed. This feature ensures backgrounds are also executed when a scenario in a feature is to be executed.

dotnetprofessional commented 6 years ago

Part of release 0.3.4

dotnetprofessional commented 5 years ago

Seems this was only fixed when using tags. Using .only still doesn't work.

dotnetprofessional commented 5 years ago

fixed in 0.4.0-beta-5