Info
Version: | 3.0.6 |
Author(s): | GivePenny |
Last Update: | Thursday, January 26, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GivePenny/GherkinSpec |
NuGet Url: | https://www.nuget.org/packages/GivePenny.GherkinSpec.TestAdapter |
Install
Install-Package GivePenny.GherkinSpec.TestAdapter
dotnet add package GivePenny.GherkinSpec.TestAdapter
paket add GivePenny.GherkinSpec.TestAdapter
GivePenny.GherkinSpec.TestAdapter Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
Write tests in Gherkin and steps in a .NET language. Supports dependency injection in steps classes, async/await and running tests in parallel. Use any assertions library or unit test framework. Needs no Visual Studio Extension or generated designer files.
See https://github.com/GivePenny/GherkinSpec.SimpleExample for an example test project.