E2e
End-to-end testing user flows using browser automationFrom its SKILL.md
npx -y skills add DongDuong2001/pudo-code-system --skill e2eAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 166 tokens by cl100k_base, as published. Nobody here has run it
End-to-End (E2E) Test Skill
This skill handles full-stack browser and user-journey automation testing.
When to use this skill
- When verifying critical business flows (e.g., User Signup, Checkout, Payment).
- When using tools like Playwright, Cypress, or Selenium.
- When testing the actual deployed frontend against a real environment.
Guidelines
- High ROI Flows: Only E2E test the most critical user journeys. These tests are slow and brittle.
- Resilient Selectors: Prefer querying elements by testing-specific data attributes (e.g.,
data-testid) or ARIA roles rather than fragile CSS classes. - Avoid Sleep: Never use hardcoded wait/sleep times. Wait for specific network requests to complete or elements to become visible/interactive.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.