role-aqa:e2e-testing

Guide end-to-end test automation across Playwright, Cypress, Selenium, and WebdriverIO.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill role-aqa-e2e-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-aqa:e2e-testing
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/roles/role-aqa/skills/e2e-testing
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill role-aqa-e2e-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, execution, and maintenance of end-to-end (E2E) automated tests, ensuring application quality and stability across various browsers and devices.

Core Features & Use Cases

  • Framework Agnostic: Supports Playwright, Cypress, Selenium, WebdriverIO, TestCafe, and Robot Framework.
  • Visual Regression: Integrates Percy, Chromatic, Applitools for visual change detection.
  • Cross-Browser Testing: Configures BrowserStack, Sauce Labs for comprehensive testing.
  • Accessibility: Incorporates axe-core for automated accessibility checks within E2E flows.
  • Use Case: You need to set up a new E2E test suite for a React application using Playwright, including visual regression tests with Percy and accessibility checks.

Quick Start

Use the role-aqa:e2e-testing skill to set up Playwright with visual regression testing and accessibility checks.

Frequently Asked Questions about role-aqa:e2e-testing

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

FAQPage Schema
How do I set up Playwright with visual regression testing and accessibility checks?

Set up Playwright by configuring visual regression tools like Percy or Applitools and integrating axe-core for automated accessibility checks within your end-to-end test flows. This combination ensures application quality and stability across browsers.

What is the best way to run cross-browser E2E testing across multiple devices?

The best way to run cross-browser E2E testing is by configuring cloud platforms like BrowserStack or Sauce Labs with frameworks such as Playwright, Cypress, or Selenium to ensure comprehensive device and browser coverage.

Does this E2E testing approach support both Selenium and Cypress?

Yes, this E2E testing approach supports both Selenium and Cypress, alongside Playwright, WebdriverIO, TestCafe, and Robot Framework, providing a framework-agnostic solution for test automation.

How do I add visual regression testing to an existing Cypress test suite?

Add visual regression testing to a Cypress suite by integrating visual change detection tools like Percy, Chromatic, or Applitools to capture and compare UI snapshots during automated test execution.

Can I integrate axe-core accessibility testing directly into my WebdriverIO E2E flows?

Yes, you can integrate axe-core directly into WebdriverIO E2E flows to perform automated accessibility checks, ensuring your application meets compliance standards during test automation.

When do I need visual regression testing in end-to-end test automation?

You need visual regression testing in end-to-end test automation when detecting unintended visual UI changes is critical, using tools like Applitools or Chromatic to compare baseline images against current application states.