Test
Run the complete testing pipeline
Claude CodeGeneric
---
description: Run the complete testing pipeline
---
# Testing Pipeline
This command runs the complete testing pipeline for the project.
## Usage
To run the complete testing pipeline, just type:
1. Run bun run typecheck
2. Run bun run lint
3. Run bun test
4. Report any failures
5. Fix any failures
6. Repeat until all tests pass
7. Report success
## What This Command Does
1. Runs `bun run typecheck` to check for type errors
2. Runs `bun run lint` to check for linting errors
3. Runs `bun test` to run the tests
4. Reports any failures
Maintain Test?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Test on getagentictools](https://getagentictools.com/loops/allura-ecosystem-testing-pipeline?ref=badge) npx agentictools info loops/allura-ecosystem-testing-pipeline The second line is the CLI lookup for this page — handy in READMEs and docs.