testing
Original:🇺🇸 English
Translated
Run test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite.
14installs
Sourcehelderberto/skills
Added on
NPX Install
npx skill4agent add helderberto/skills testingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Testing
Commands (Node/Frontend - Vitest)
- - run tests
npm test - - watch mode
npm run test:watch - - with coverage
npm run test:ci
Workflow
- Run
npm test - Report results concisely
- Show failing test names and file paths
Rules
- Default to
npm test - Don't modify tests unless requested