Canonical testing docs:
../doc/contributor/test-suite.mdexplains what each runner does and when to use it.../CONTRIBUTING.mdcontains the contributor workflow, conventions, and CI policy.
Quick command reference:
- Run unit tests:
.\tests\run-unit-tests.ps1 - Run smoke tests:
.\tests\run-all-tests.ps1 -Smoke - Run all tests:
.\tests\run-all-tests.ps1