Bill Tracker (Simple Tests - Presentation) Just a simple example! Presentation How to execute tests docker run -p 1433:1433 -d db-demo | xargs docker logs -f dotnet test How to execute the project docker run -p 1433:1433 -d db-demo | xargs docker logs -f dotnet run --project BillTracker/BillTracker.csproj Go to: https://localhost:5001/swagger/index.html