e2e-scenario-planner
SkillWeb & browsingPlans high-value end-to-end critical user journeys with Playwright or Cypress focusing on revenue-critical flows.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the e2e-scenario-planner skill
What this skill tells your AI
The instructions your AI receives, as published by codebygarv/ai-skills in skills/testing/e2e-scenario-planner/SKILL.md and read by ahel’s review.
Purpose
Architect a resilient, non-flaky End-to-End (E2E) test suite using Playwright or Cypress focused on core business user journeys (authentication, checkout, workspace invitation, data export) while keeping test run times fast.
When to Use
- Establishing an automated E2E smoke and regression suite.
- Refactoring brittle E2E tests filled with arbitrary
sleep()calls and unstable CSS selectors. - Prioritizing which test scenarios must run on pull requests vs nightly builds.
What to Analyze
- Critical User Journeys (CUJs): Identify flows where a failure stops users from converting or using core features.
- Stable Locators: Prioritize user-facing accessibility locators (
getByRole,getByLabel,getByText) over brittle CSS hierarchy selectors. - Authentication State Re-use: Use storage state fixtures to log in once via API rather than UI login on every test.
- Network Mocking vs Real APIs: Mocking slow third-party widgets (Stripe, Intercom, Analytics) while hitting real internal APIs.
- Parallelism & Sharding: Splitting tests across CI runners for sub-5-minute runs.
Output Format
- CUJ Coverage Matrix: User Journey, Priority (P0/P1/P2), Execution Frequency.
- Playwright Test Suite Code: Clean Page Object Model (POM) implementation.
- Flakiness Mitigation Rules: Explicit wait strategies, retries, and network intercept patterns.
Avoid
- Automating every minor edge case via E2E instead of unit/integration tests (Testing Pyramid inversion).
- Using hardcoded
page.waitForTimeout(5000)sleeps.
Signals
- GitHub stars
- 25
- Forks
- 1
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
e2e-scenario-planner- Source
- github.com/codebygarv/ai-skills