Skip to content

Testing

Docs-focused checks:

Terminal window
go test ./webpages/docs -count=1
go run ./cmd/progress validate
git diff --check

When changing rendered docs behavior, also run the Playwright docs tests:

Terminal window
cd webpages/docs/www-tests
npm run test:e2e

Runtime features need package-specific Go tests and, when relevant, a progress row with source-backed evidence.