npx claudepluginhub javimontano/jm-adk-alfa/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testRuns TDD workflow for features (red-green-refactor) or bugs (Prove-It pattern): writes failing tests, implements, verifies with full suite. Handles browser issues via DevTools.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
Run the project test suite including unit, integration, and end-to-end tests with coverage reporting. Use this to validate code correctness before deployment.
type — Test type: unit | e2e | all (optional, default: all)coverage — Generate coverage report (optional, default: true)watch — Run in watch mode (optional, default: false)/jm-adk:test
/jm-adk:test type=unit coverage=true
/jm-adk:test type=e2e watch=true
/jm-adk:test-unit — Generate and run unit tests/jm-adk:test-e2e — Generate and run e2e tests/jm-adk:review — Code review before testing