Run Tests
All Tests
dotnet test tests/
Filtered
# Unit tests only
dotnet test --filter /[Category=Unit]
# Integration tests only
dotnet test --filter /[Category=Integration]
# Specific test name
dotnet test tests/ --filter "FullyQualifiedName~YourTestName"
Frontend Tests
cd src/MooBank.Web.App && npm test
Report
- Total tests run
- Passed / Failed / Skipped
- Failed test details with error messages
Converted and distributed by TomeVault — claim your Tome and manage your conversions.