Run Playwright E2E tests
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.aihaiku# Run Playwright E2E Tests Run end-to-end tests using Playwright. Execute the following workflow: 1. Ensure Playwright is installed: 2. Run all E2E tests: 3. Run with UI mode (interactive): 4. Run specific test file: 5. Run tests in headed mode (visible browser): 6. Run in specific browser: 7. Debug a specific test: 8. Show test report: ## Test File Convention E2E tests should be in `tests/e2e/`: ## Test Structure Template ## Configuration (playwright.config.ts) **Notes:** - Use stable selectors (role, label, testid) - Avoid hard-coded wa...
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 end-to-end tests for backend services
Execute end-to-end test specification and report results
---