e2e-testing

Installation
SKILL.md

Implement end-to-end testing

E2E tests catch integration issues that unit tests miss—verifying your application works correctly from the user's perspective across all components.

Quick Reference

  • Test critical user journeys: authentication, checkout, core business flows
  • Use data-testid attributes for stable, maintainable selectors
  • Implement Page Object Model for reusable test components
  • Run E2E tests in CI/CD with artifact uploads on failure

Check

Review this project for E2E test coverage of critical user journeys like authentication, checkout, and form submissions.

Fix

Add E2E tests for critical user journeys using Playwright or Cypress.

Installs
1
GitHub Stars
73.0K
First Seen
7 days ago
e2e-testing — thedaviddias/front-end-checklist