Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 838 Bytes

File metadata and controls

18 lines (10 loc) · 838 Bytes

Please read CONTRIBUTING and RELEASING first.

Run tests

MacOS/Linux

Install .NET 5

Run make from this directory.

Windows

Open Gherkin.DotNet.sln from this directory in Visual Studio 2019 and build.

Alternatively, run dotnet build and dotnet test from this directory.

The dotnet test command will run the unit tests and the .NET-transformed acceptance tests. This is good as a first pass check and for debugging. For a complete verification, run the make command as well (or let the PR build run it for you), so that the standard version of the acceptance tests are also executed.