Skip to main content
Back to registry

e2e-testing

hieutrtr/ai1-skills

Installs1
Install command
npx skills add https://github.com/hieutrtr/ai1-skills --skill e2e-testing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Activate this skill when: Do NOT use this skill for: Naming conventions: Every page gets a page object class that encapsulates selectors and actions. Tests never interact with selectors directly. Base page object: Concrete page object: Rules for page objects: Priority order (highest to lowest): NEVER use: Adding data-testid attributes: NEVER use hardcoded waits: Use explicit wait conditions: Auto-waiting: Playwright auto-waits for elements to be actionable before clicking, filling, etc. Explicit waits are needed only for assertions or complex state transitions. Avoid logging in before every test. Save auth state and reuse it. Setup auth state once: Reuse in tests: Principles: API helpers for test data: Usage in tests: 1. Use trace viewer for failures: View trace: npx playwright show-trace trace.zip 2.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does e2e-testing do?

e2e-testing is listed in SkillJury, but the source summary is still sparse.

Is e2e-testing good?

e2e-testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does e2e-testing work with?

e2e-testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to e2e-testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install e2e-testing?

npx skills add https://github.com/hieutrtr/ai1-skills --skill e2e-testing

Related skills

Alternatives in Software Engineering