e2e-testing

Execute end-to-end tests for web applications using Playwright and Cypress.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ivegamsft/work-tracker --skill e2e-testing-ivegamsft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/ivegamsft/work-tracker/tree/main/.agents/skills/e2e-testing
Command: npx skills add https://github.com/ivegamsft/work-tracker --skill e2e-testing-ivegamsft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, cypress, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexities of end-to-end testing, offering robust patterns for reliability and maintainability in test suite development.

Core Features & Use Cases

  • Playwright & Cypress Integration: Combines the strengths of Playwright and Cypress for comprehensive testing.
  • Flakiness Prevention: Includes strategies to prevent flaky tests and improve reliability.
  • Cross-Browser Testing: Offers a matrix of browser configurations for comprehensive testing coverage.
  • Accessibility Testing: Ensures that applications are accessible and compliant with WCAG standards.
  • Performance Testing: Tracks Core Web Vitals for optimal performance.

Quick Start

Run the 'e2e-test-strategy' skill to execute a full suite of E2E tests on your application.

Frequently Asked Questions about e2e-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent flaky tests in Playwright and Cypress E2E test suites?

To prevent flaky tests in E2E testing, this Skill implements robust testing patterns and reliability strategies within Playwright and Cypress, addressing timing issues and cross-browser compatibility to maintain stable automated test suites.

What is the best way to run cross-browser testing for web applications using Playwright?

The best way to run cross-browser testing is utilizing a matrix of browser configurations in Playwright, which this Skill provides to execute comprehensive E2E tests and ensure full compatibility coverage across different web browsers.

Can I use Cypress and Playwright together for automated E2E testing?

Yes, you can use them together for automated E2E testing by integrating their combined strengths, allowing you to leverage Cypress and Playwright strategies for a comprehensive and robust test suite execution.

How do I include accessibility testing in my E2E test strategy?

To include accessibility testing in your E2E test strategy, this Skill integrates checks that ensure web applications are accessible and compliant with WCAG standards during automated test execution.

Does E2E testing with this Skill track Core Web Vitals for performance testing?

Yes, E2E testing tracks Core Web Vitals for performance testing, allowing you to monitor and ensure optimal application performance alongside executing automated functional and cross-browser tests.

How do I execute a full suite of E2E tests on my web application?

To execute a full suite of E2E tests, run the provided strategy script which automates comprehensive end-to-end testing using Playwright and Cypress for your web application.