ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

Test steps showing up as ignored tests #17

Closed scubed2010 closed 6 years ago

scubed2010 commented 6 years ago

Testing is working fine, however, the steps are showing as ignored tests. Is it possible to hide these?

image

ttutisani commented 6 years ago

I never was able to reproduce that issue, but several others also complained. I think we fixed that: https://github.com/ttutisani/Xunit.Gherkin.Quick/issues/3 Should be out with next release of nuget, which is somewhere this week.

scubed2010 commented 6 years ago

Thanks! I'll keep an eye out for the next release.

ttutisani commented 6 years ago

FYI, version 1.1.0 is out. This issue should be resolved now. Please confirm and I'll close it.

ttutisani commented 6 years ago

Assuming this issue is fixed since no response.