Xunit.Gherkin.Quick
Xunit.Gherkin.Quick copied to clipboard
Fail to discover feature file if tab character is in between "And" keyword and step definition
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.

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
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!