-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
π€ What's the problem you're trying to solve?
Actually in version 2.5 of the library, it is not possible for a tag to have a hyphen (example: β@EX-1234β). The regex does not allow it.
β¨ What's your proposed solution?
Modify the RegEx to allow to use hyphen in a tag
β Have you considered any alternatives or workarounds?
Not for this case.
π Any additional context?
Integration between Jira Xray and pipeline gitlab-ci running cucumber tests.
When I pull all features files from Jira, each test is represented by a Jira ticket number in the following format: βSPACE-1234β, In the feature file, each test has its Jira ticket number as its βTag.β