npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin skishore23-wink# Run Tests
Run the configured test command for this project.
Configurable in `.winkclaude/config.json`:
Run: bun ${CLAUDE_PLUGIN_ROOT}/dist/commands/test.js/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testRuns TDD workflow: writes failing tests for new features or bugs (Prove-It pattern), implements code to pass them, refactors, and verifies full test suite.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
/testLaunches Chrome for manual UI testing at given URL, monitors console errors during interaction, generates report with screenshots and logs on completion.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.
Run the configured test command for this project.
Configurable in .winkclaude/config.json:
{
"verifiers": {
"test": "go test ./..."
}
}
Run: bun ${CLAUDE_PLUGIN_ROOT}/dist/commands/test.js