Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
R1.8.0
-
R1.12.0 S1, R1.12.0 S2, R1.12.0 S3, R1.12.0 S4
-
Description
When exporting an automated test feature file, the requirement issue key is written into the feature file as a tag in the form PROJID-1. Same with the test issue key.
e.g.
@SAM-2
Using SpecFlow in .NET with the NUnit testing framework cannot cope with this, and refuses to run the test.
Would it be possible to remove the dash from the tags or add an option to remove it?
Thanks.