Xunit.Gherkin.Quick
Xunit.Gherkin.Quick copied to clipboard
BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
Hi, I'm using Visual Studio Code, .NET v8 and the latest version of this framework (v.4.5) but I can't make it to show the tests in the test explorer. I...
Right now the library supports only ignoring scenarios using the `@ignore` tags. However, it is a practice for other BDD libraries to have a configurable list of tags to ignore....
This is a tech debt. By default, example values are injected into DocString and DataTable. This makes it impossible to have these arguments with values that look like placeholders but...
Because xUnit.v3 is a drop in replacement to xUnit, where the namespaces overlap, if you are using Xunit.Gherkin.Quick you cannot upgrade to use xUnit.v3. It might be nice to create...