ttutisani/Xunit.Gherkin.Quick

Tests ignored in Visual Studio 2017/2019

PBarnard opened this issue · 3 comments

Hi there, I'm having trouble getting the tests running in Visual Studio, both 2017 and 2019. I've followed the Getting Started and the test is marked as "ignored" with the message

"VsTest test case is missing. Rebuild the project and try again".

I've tried this person's repo and I get the same result:

https://github.com/sajohnstone/gurkin

image

@PBarnard this test runner does not look like standard visual studio runner. Is this ReSharper? Note that you need to use standard built-in test runner of visual studio (Test Explorer) and not ReSharper or any other test runner.

I guess I need to mention it in the documentation since I've heard this complaint several times now.

Please confirm if this solves your issue.

@ttutisani Ahh yes, that was it, I was trying to run them in r#.

Cheers! 👍

No worries @PBarnard .

I am closing this ticket since I have also mentioned the workaround in the Getting Started document.