Integration Test Command
Executes HTTP integration tests against real APIs using a dedicated shell script, manages environment setup, and analyzes results.
When to use
Use this when you need to run a full suite of live API integration tests from the project root.
How to invoke
manual via /testi
/plugin marketplace add jleechanorg/claude-commands/plugin install claude-commands@claude-commands-marketplacecommands/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: