Steps to reproduce
Create a gherkin file with the @ignore tag on it
Expected result
These should show up in the test results as "Skipped"
Actual result
These tests do not show up in the results at all
Additional reference
Would like to see these tests show up as "Skipped" in the report:
https://docs.reqnroll.net/latest/gherkin/gherkin-reference.html#:~:text=Reqnroll%20treats%20the%20%40ignore%20tag%20as%20a%20special%20tag.%20Reqnroll%20generates%20an%20ignored%20test%20method%20from%20scenarios%20with%20this%20tag.
Steps to reproduce
Create a gherkin file with the
@ignoretag on itExpected result
These should show up in the test results as "Skipped"
Actual result
These tests do not show up in the results at all
Additional reference
Would like to see these tests show up as "Skipped" in the report:
https://docs.reqnroll.net/latest/gherkin/gherkin-reference.html#:~:text=Reqnroll%20treats%20the%20%40ignore%20tag%20as%20a%20special%20tag.%20Reqnroll%20generates%20an%20ignored%20test%20method%20from%20scenarios%20with%20this%20tag.