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.
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.