Closed olyv closed 5 years ago
I suspect v2.2.4 fixes this as well, but because I don't have a specific test in place for this issue I won't close it until I verify it has been fixed. Give me a little while to get a test in place, but in the meantime give 2.2.4 a try.
Confirmed, but with a test added to prevent future regression :)
Describe the bug Feature including scenario outline is not executed if features are filtered by tag and target tag is placed above 'Feature' keyword
To Reproduce Steps to reproduce the behavior:
Scenario Outline: minimalistic Given the
Examples: | what | | minimalism |
public func shouldRunWith(tags: [String]) -> Bool { return tags.contains("1234567") }
Feature: Minimal Scenario Outline
@1234567 Scenario Outline: minimalistic Given the
Examples: | what | | minimalism |