Test

Run test suite. Use when user wants to run tests, verify functionality, or check for regressions.

forever-efficient 17cf616 520 B Updated

File contents

Run Tests

Execute the test suite:

Unit Tests

{{UNIT_TEST_COMMAND}}

Integration Tests (if applicable)

{{INTEGRATION_TEST_COMMAND}}

E2E Tests (if applicable)

{{E2E_TEST_COMMAND}}

Output Format

  • Show passed/failed/skipped counts
  • For failures, show test name, assertion, and file location
  • Suggest fixes for common failure patterns

forever-efficient/pitfal-solutions-website/tree/main/templates/claude-project-template/.claude/skills/test commit 17cf61623e

Frequently asked questions

npx skillmds@latest add forever-efficient/test-2