Integration Test Command
Executes integration tests against real APIs and fixes any failures found.
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplaceWhen 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: