testing-e2e

Manage complete E2E test flows for Playwright projects with WCAG AA validation built-in.

217|20|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yonatangross/orchestkit --skill testing-e2e-yonatangross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-e2e
Source: https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/testing-e2e
Command: npx skills add https://github.com/yonatangross/orchestkit --skill testing-e2e-yonatangross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and checklists (resource) and examples (resource) and rules (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of robust end-to-end (E2E) tests using Playwright, ensuring application quality and reliability through advanced patterns and AI assistance.

Core Features & Use Cases

  • Playwright Best Practices: Implements semantic locators, page object models, and AI agent workflows for resilient tests.
  • AI-Powered Testing: Leverages Playwright's AI agents for test planning, generation, and self-healing capabilities.
  • Visual Regression & Accessibility: Integrates visual regression testing and automated accessibility checks (WCAG AA) directly into the E2E process.
  • Use Case: When developing a new feature, use this Skill to quickly generate E2E tests that cover critical user flows, automatically adapt to UI changes, and ensure accessibility compliance.

Quick Start

Use the testing-e2e skill to generate a Playwright page object for the 'checkout' page.

Frequently Asked Questions about testing-e2e

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

FAQPage Schema
How do I generate Playwright E2E tests using AI agents?

You can generate Playwright E2E tests using AI agents by leveraging AI-driven workflows for test planning, creation, and self-healing. This approach automatically adapts to UI changes and ensures resilient end-to-end test coverage for critical user flows.

What is the best way to structure Playwright page object models?

The best way to structure Playwright page object models is by using semantic locators and established best practices. This Skill provides comprehensive patterns to build robust page objects that enhance test maintainability and reliability across your application.

How do I integrate accessibility validation into E2E testing with axe-core?

You integrate accessibility validation into E2E testing with axe-core by running automated WCAG AA checks directly within your Playwright test flows. This ensures your application meets compliance standards during critical user journey validation.

Can I use Playwright for visual regression testing and how does it work?

Yes, you can use Playwright for visual regression testing by integrating automated visual checks into your E2E process. This captures visual UI changes across test runs, ensuring application quality and preventing unintended visual defects.

Do I need specific Playwright versions to use AI test generation and self-healing?

You need Playwright version 1.58 or higher to utilize AI agent integration for test generation and self-healing capabilities. Upgrading ensures compatibility with the advanced patterns required for semantic locators and automated test maintenance.