From claude-commands
Runs HTTP integration tests with real APIs using ./testi.sh script or Python alternative, analyzes results, and fixes failures.
npx claudepluginhub jleechanorg/claude-commandscommands/## โก EXECUTION INSTRUCTIONS FOR CLAUDE **When this command is invoked, YOU (Claude) must execute these steps immediately:** **This is NOT documentation - these are COMMANDS to execute right now.** **Use TodoWrite to track progress through multi-phase workflows.** ## ๐จ EXECUTION WORKFLOW ### Phase 1: Execute Documented Workflow **Action Steps:** 1. Review the reference documentation below and execute the detailed steps sequentially. ## ๐ REFERENCE DOCUMENTATION # Integration Test Command **Purpose**: Run HTTP integration tests with real APIs **Action**: Execute integration test suit...
When this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Purpose: Run HTTP integration tests with real APIs
Action: Execute integration test suite using testi.sh script
Usage: /testi
Implementation:
./testi.sh (preferred) or fallback to manual execution./testi.sh in project rootsource venv/bin/activate && TESTING=true python3 $PROJECT_ROOT/test_integration/test_integration.pyScript Benefits: