Skip to main content
Back to registry

e2e-testing-automation

aj-geddes/useful-ai-prompts

End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating...

Installs192
Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill e2e-testing-automation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results. Minimal working example: Detailed implementations in the references/ directory: - Overview - When to Use - Quick Start - Reference Guides - Best Practices - Testing critical user journeys (signup, checkout, login) - Validating multi-step workflows - Testing across different browsers and devices - Regression testing for UI changes - Verifying frontend-backend integration - Testing with real user interactions (clicks, typing, scrolling) - Smoke testing deployments - Use data-testid attributes for stable selectors - Implement Page Object Model for maintainability - Test critical user journeys thoroughly - Run tests in multiple browsers (cross-browser testing) - Use explicit waits instead of sleep/timeouts - Clean up test data after each test - Take screenshots on failures - Parallelize test execution where possible - Use brittle CSS selectors (like nth-child) - Test every possible UI combination (focus on critical paths) - Share state between tests - Use fixed delays (sleep/timeout) - Ignore flaky tests - Run E2E tests for unit-level testing - Test third-party...

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-automation do?

End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating...

Is e2e-testing-automation good?

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

What agent does e2e-testing-automation work with?

e2e-testing-automation currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to e2e-testing-automation?

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

How do I install e2e-testing-automation?

npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill e2e-testing-automation

Related skills

More from aj-geddes/useful-ai-prompts

Related skills

Alternatives in Software Engineering