Testing

Run test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite.

majiayu000 Updated 567 repo stars

File contents

Testing

Commands (Node/Frontend - Vitest)

  • npm test - run tests
  • npm run test:watch - watch mode
  • npm run test:ci - with coverage

Workflow

  1. Run npm test
  2. Report results concisely
  3. Show failing test names and file paths

Rules

  • Default to npm test
  • Don't modify tests unless requested

majiayu000/claude-skill-registry-data/tree/main/testing/testing-helderberto-skills commit 07b7d8dc4d

Frequently asked questions

npx skillmds@latest add majiayu000/testing-50