e2e-loop - Automated E2E Exploratory Testing
Run automated exploratory E2E testing on web applications using Playwright and document bugs
Tags
Updated: 2026-03-26Capabilities
Typical Inputs
Typical Outputs
What this skill does
- scan codebase for routes
- identify page types
- identify interactive elements
- collect login credentials
- create loop-prompt.md
- create phase-tracker.md
- create FINDINGS.md
- create playwright-helper.ts
- create run-e2e-loop.sh
- create test-data-helper.ts
- install playwright dependencies
- save authentication state
- run smoke test
- run e2e testing loop
- document test findings
- mark phase complete
- validate database state
- verify API endpoints
- tag frontend findings
- tag backend findings
Inputs
- web application URL
- login credentials
- codebase
- known issues
Outputs
- FINDINGS.md report
- phase-tracker.md
- Playwright test scripts
- test-data-helper.ts
- auth state file
- test execution results
Requirements
- Node.js environment
- running web application
- Playwright
- web browser runtime
