Running tests locally

Running all tests

# from the base project directory
dotnet test

Running a specific test project

# from the base solution directory
dotnet test [test-project-path]

# from the test project directory
dotnet test

# e.g.
dotnet test tests/NeverendingTeaShop.API.Tests