Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test explorer shows Scenario and ScenarioOutline methods if no matches #89

Open
ttutisani opened this issue Jul 30, 2019 · 1 comment
Open

Comments

@ttutisani
Copy link
Owner

This started happening with visual studio 2019 I guess because I have not seen it before.

If I have a feature that has no scenario or scenario outline, then I can see the base Feature class respective method in the test explorer. It is grayed out and does not execute, but it's still not good user experience. For example, this is what I see for the feature without outlines in the feature file:

image

I should not be seeing ScenarioOutline method ideally.

@ttutisani
Copy link
Owner Author

ttutisani commented Aug 1, 2019

Strangely, this issue happens when I directly reference the Xunit.Gherkin.Quick library from the consumer project. If I reference it through nuget, then this issue is gone. Still, need to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant