run-tests
Installation
SKILL.md
Run Tests
Quick Reference
| Command | Purpose | Duration |
|---|---|---|
pnpm lint:check |
Lint + format check | ~30s |
pnpm test |
Unit tests | ~1-2min |
pnpm test:ci |
Unit tests with coverage | ~2-3min |
pnpm test:storybook |
Visual regression tests | ~5-10min |
pnpm build |
Full build (includes type check) | ~2-3min |
pnpm e2e |
End-to-end tests | ~5-10min |
Test Types
1. Linting and Formatting
Fastest check - always run before committing: