Loading...
Loading...
Write and maintain tests with Vitest v4 dual configuration, mock utilities, and Zustand store testing patterns.
npx skill4agent add redpanda-data/console testing| Action | Rule |
|---|---|
| Choose test type | |
| Mock modules | |
| Test stores | |
| Mock Connect APIs | |
| Skip UI rendering tests | |
bun run test # All tests (CI default)
bun run test:ci # Sequential for CI
bun run test:unit # Unit tests only
bun run test:integration # Integration tests only
bun run test:ui # Interactive UI
bun run test:watch # Watch mode
bun run test:coverage # Coverage report.test.ts.test.tsxtest-utils/test-utils.tsx.test.ts.test.tsxrules/