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

Filters don't work without the @ prefix #85

Closed ahmadnazir closed 5 years ago

ahmadnazir commented 5 years ago

The following doesn't work for me:

dotnet test --filter Category=bigaddition

But this does:

dotnet test --filter Category=@bigaddition
ttutisani commented 5 years ago

Good find @ahmadnazir . Thanks for contributing! Merging this PR.