What problem does it solve?
Manually writing end-to-end tests for different application types (web apps, Chrome extensions, PWAs) is time-consuming, requires specialized platform-specific testing knowledge, and often leads to inconsistent or incomplete test coverage for design-built applications.
Core Features & Use Cases
- App-Type-Aware Test Generation: Creates tailored Playwright test suites for web apps, Chrome extensions, and PWAs directly from build specifications, eliminating manual template configuration.
- Comprehensive Out-of-the-Box Coverage: Includes page load, navigation, form submission, visual regression, and app-specific tests (e.g., extension loading, PWA offline functionality) by default.
- Use Case: For a team building a Chrome extension from a Figma design, this skill automatically generates tests for popup rendering, content script injection, and storage persistence, cutting test setup time from hours to minutes.
Quick Start
Use the e2e-test-generator skill to create a complete set of Playwright end-to-end tests for your built application using the existing build-spec.json file.