Skip to content
Development
Skill

/e2e

End-to-end testing user flows using browser automation

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill e2e --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/e2e

Context preview

The summary Claude sees to decide when to auto-load this skill.

End-to-end testing user flows using browser automation

SKILL.md

e2e.SKILL.md
name: e2e-test
description: End-to-end testing user flows using browser automation

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.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.