What problem does it solve?
Ensures web applications are validated across user journeys by combining automated codebase research, browser-driven interaction, and database verification so regressions and data integrity issues are caught before code review.
Core Features & Use Cases
- Parallel research orchestration: launches sub-agents to map application structure, user journeys, and the database schema to build complete test plans.
- Browser-driven interaction and visual checks: uses agent-browser to exercise every user flow, capture annotated screenshots, detect JS errors, and confirm UI/UX behavior across viewports.
- Database validation and integrity checks: runs precise queries against the configured database to verify records created, updated, or deleted by UI interactions.
- Use Case: run after feature implementation to automatically validate signup, profile creation, CRUD workflows, and responsive layouts while collecting reproducible evidence for reviewers.
Quick Start
Run the e2e-test skill to discover routes and journeys, start the dev server, execute agent-browser journeys with screenshots, and validate resulting database records.