A demo project to demonstrate test automation in ASP.NET Core back ends.
- Dotnet Core SDK 3.1
- Due to a problem in SpecFlow you'll have to set the environment variable MSBUILDSINGLELOADCONTEXT to 1 (see Github Issue): `export MSBUILDSINGLELOADCONTEXT=1
- Go to to tests project:
cd Tests
- Run the tests:
dotnet test