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

Fail to discover feature file if tab character is in between "And" keyword and step definition #115

Open
arnoldasgudas opened this issue Feb 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@arnoldasgudas
Copy link

I noticed that the feature file is not discoverable by the test runner if the tab character is used in step definition after the "And" keyword.

Screenshot 2021-02-25 135930

When running dotnet test command, it returns "No test is available in..."

See feature definition here: https://github.com/arnoldasgudas/Xunit.Gherkin.Quick.Demo/blob/main/AddTwoNumbers.feature#L9

@ttutisani ttutisani added the bug Something isn't working label Feb 25, 2021
@ttutisani
Copy link
Owner

That makes sense and I hope this can be fixed. When time allows, I will verify the reason behind the non-discoverable feature file. If the Gherkin parser is not able to recognize the text as a valid Gherkin, then I won't be able to do much about it. If it's the XGQ framework, then I can fix it.
Either way, I will try to do what I can.
Thanks for reporting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants