e2e-test-plan
Installation
SKILL.md
E2E Test Plan Skill
Overview
This skill creates exhaustive, browser-testable E2E test plans by deeply analyzing Laravel Filament applications. It documents all pages, user roles, critical flows, navigation coverage, and detailed test scenarios that can be executed step-by-step by a QA tester who has never seen the codebase.
Standard Plan Location
Default output: docs/detailed-test-list.md
This skill ALWAYS saves the test plan to docs/detailed-test-list.md unless a custom path is specified via the --output flag.
Important:
- Create the
docs/directory if it doesn't exist - Use the Write tool to save the plan to the standard location
- In update mode: Merge new discoveries with existing plan content
- Use
--forceflag to completely overwrite existing plan - Use
--quickflag for basic plan without deep discovery