Run end-to-end tests for backend services
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Run End-to-End Tests Run E2E tests that test the complete application stack. Use the Task tool to launch the **tester** agent with instructions: 1. Start required services (database, cache, etc.): 2. Wait for services to be ready: 3. Run migrations: 4. Seed test data: 5. Start application in test mode: 6. Run E2E tests: 7. E2E test configuration: 8. Example E2E test: 9. Clean up: **Quality Requirements:** - All E2E tests must pass - Services properly started and stopped - Test data cleaned up - No flaky tests Reference the **e2e-testing-bac...
Execute end-to-end test specification and report results. Use after implementation to validate user journeys before review.
Run Maestro E2E tests for React Native app
Run Playwright E2E tests
Execute end-to-end test specification and report results
---