/teste - End2End Tests (Mock Mode)
Executes end-to-end tests using mocked services to validate API contracts and response structures.
/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:
./claude_command_scripts/teste.sh (mock mode) to execute the end-to-end suitePurpose: Run end-to-end tests using mocked services (current behavior)
Usage: /teste
Script: ./claude_command_scripts/teste.sh
Runs the full end2end test suite using fake/mocked services:
FakeFirestoreClient instead of real FirestoreMockGeminiClient instead of real Gemini APITEST_MODE=mockTESTING=true/tester - Real mode (actual services)/testerc - Real mode with data captureShows test results with focus on:
Note: This mode may miss bugs that only occur with real services (like the Firestore persistence bug we just fixed).