What problem does it solve?
End-to-end workflows are time-consuming to design and brittle to maintain when crafted manually; this Skill produces comprehensive, stable test suites that validate full user journeys across UI and backend layers.
Core Features & Use Cases
- Workflow Mapping: Translate user stories and acceptance criteria into complete test scenarios covering happy paths, edge cases, and recovery flows.
- Cross-Browser Automation: Generate browser automation scripts for Playwright, Selenium, or Cypress with page object models and stable selectors.
- Full-Stack Validation: Include assertions for UI state, API responses, and persistent data checks, plus test data and simulated account setup.
- Use Case: Create an end-to-end test that registers a user, verifies email, completes a purchase, and validates the order record in the database across multiple browsers.
Quick Start
Generate a Playwright end-to-end test for the user registration and checkout flow on https://staging.example.com using a seeded test account.