Test

Run the test suite Use when this capability is needed.

tomevault-io Updated

File contents

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.

tomevault-io/skills-registry/tree/main/andrewmclachlan--moobank--test commit 7a847b260b

Frequently asked questions

npx skillmds@latest add tomevault-io/test-24