$npx skillfedfor your agent

testing-e2e

testing-e2e enables you to craft comprehensive end-to-end tests leveraging Playwright's semantic locators and page object model architecture. This skill simplifies test automation by providing structured patterns for reliable, maintainable test suites that scale across complex applications.

testing-e2e guides you through writing end-to-end tests with Playwright by implementing the page object model pattern. This approach encapsulates page interactions into reusable objects, making your tests more maintainable and readable. You'll learn to combine semantic locators with page objects to create reliable, scalable test suites that clearly separate test logic from page structure, reducing brittleness and improving test clarity across complex applications.

AI-generated summary based on this skill's SKILL.md

208 20 MITupdated by yonatangross

Decision gist · record as of 2026-07-28

testing-e2e guides you through writing end-to-end tests with Playwright by implementing the page object model pattern. This approach encapsulates page interactions into reusable objects, making your tests more maintainable and readable. You'll learn to combine semantic locators with page objects to create reliable, scalable test suites that clearly separate test logic from page structure, reducing brittleness and improving test clarity across complex applications.

manual: git clone https://github.com/yonatangross/orchestkit → cp -r orchestkit/src/skills/testing-e2e ~/.claude/skills/testing-e2e
src/skills/testing-e2e/SKILL.md · version 6ba32fa0

Use it when

  • testing-e2e enables you to implement visual regression testing and screenshot comparison directly within your Playwright E2E workflows.
  • testing-e2e shows you how to set up accessibility testing with axe-core to validate WCAG 2.2 compliance within your Playwright tests.

Verify before relying

Read SKILL.md below before installing (21 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

yonatangross/orchestkit/testing-e2e · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I write e2e tests with Playwright using page objects?

testing-e2e guides you through writing end-to-end tests with Playwright by implementing the page object model pattern. This approach encapsulates page interactions into reusable objects, making your tests more maintainable and readable. You'll learn to combine semantic locators with page objects to create reliable, scalable test suites that clearly separate test logic from page structure, reducing brittleness and improving test clarity across complex applications.

What visual regression testing capabilities does testing-e2e provide?

testing-e2e enables you to implement visual regression testing and screenshot comparison directly within your Playwright E2E workflows. The skill covers techniques for capturing baseline screenshots, comparing new renders against those baselines, and integrating visual assertions into your test automation pipeline. This helps catch unintended UI changes early and ensures visual consistency across your application.

How can testing-e2e help with accessibility testing and WCAG 2.2 compliance?

testing-e2e shows you how to set up accessibility testing with axe-core to validate WCAG 2.2 compliance within your Playwright tests. You'll learn to integrate accessibility scanning into your E2E workflows, identify accessibility violations automatically, and embed accessibility checks alongside functional tests. This ensures your application remains accessible to all users while maintaining comprehensive test coverage.

Can testing-e2e support AI agents for test planning and self-healing?

testing-e2e covers using AI agents for test planning, generation, and self-healing in Playwright. This advanced capability allows you to leverage AI to automatically generate test cases, suggest test scenarios, and enable self-healing mechanisms that adapt when page structures change. The skill demonstrates how AI-powered approaches can accelerate test creation and reduce maintenance overhead in large test suites.

How does testing-e2e help configure deterministic E2E tests with CI/CD integration?

testing-e2e teaches you to configure deterministic end-to-end tests by emulating backends and integrating seamlessly with CI/CD pipelines. You'll learn strategies to eliminate flakiness through controlled test environments, mock external dependencies, and set up reliable test execution in continuous integration workflows. This ensures your tests run consistently and provide trustworthy feedback in automated deployment processes.

What are the key patterns and best practices for E2E testing with Playwright?

testing-e2e establishes comprehensive end-to-end testing strategies and best practices for Playwright, including semantic locator usage, page object architecture, and deterministic test design. The skill emphasizes patterns that improve test reliability, maintainability, and scalability—from structuring test suites with page objects to avoiding flaky tests through proper waits and emulated backends. These foundational patterns help you build robust test automation that grows with your application.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

E2E Testing Patterns

End-to-end testing with Playwright 1.59+, visual regression, accessibility, and AI agent workflows.

Quick Reference

Category Rules Impact When to Use

(truncated - see the full file via the links below)

File tree — 15 files
src/skills/testing-e2e/SKILL.md
src/skills/testing-e2e/checklists/a11y-testing-checklist.md
src/skills/testing-e2e/checklists/e2e-checklist.md
src/skills/testing-e2e/checklists/e2e-testing-checklist.md
src/skills/testing-e2e/examples/a11y-testing-examples.md
src/skills/testing-e2e/examples/e2e-test-patterns.md
src/skills/testing-e2e/examples/orchestkit-e2e-tests.md
src/skills/testing-e2e/references/a11y-testing-tools.md
src/skills/testing-e2e/references/playwright-1.59-api.md
src/skills/testing-e2e/references/playwright-setup.md
src/skills/testing-e2e/references/visual-regression.md
src/skills/testing-e2e/rules/_sections.md
src/skills/testing-e2e/rules/a11y-playwright.md
src/skills/testing-e2e/rules/a11y-testing.md
src/skills/testing-e2e/rules/e2e-ai-agents.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Write end-to-end tests using Playwright with semantic locators and page objects”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Playwright
by oakoss · oakoss/agent-skills

Playwright enables you to script browser behavior across Chrome, Firefox, and WebKit for reliable end-to-end testing and web automation tasks. Control page navigation, form submission, and user interactions programmatically while capturing screenshots and performance metrics. Perfect for building robust test suites and automating repetitive web workflows at scale.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
webapp-testing
by Pixel-Process-UG · Pixel-Process-UG/superkit-agents

This skill equips you with a complete testing framework for web applications, leveraging Playwright to automate browser interactions and validate functionality across your stack. Quickly scaffold test scenarios, run assertions, and catch regressions before they reach production.

MITupdated Mar 2026
★ 1repo stars
playwright-e2e-tester
by curiositech · curiositech/some_claude_skills

This skill streamlines web application testing by generating Playwright test scripts directly within Claude Code. It handles browser automation, assertion logic, and test structure so you can focus on coverage and reliability rather than boilerplate.

MITfor claude-codeupdated Jul 2026
★ 164repo stars
Playwright Testing
by mhagrelius · mhagrelius/dotfiles

This skill teaches you to build robust automated browser tests using Playwright, a modern cross-browser testing framework. You'll learn to write test scripts, execute them reliably, and debug failures—all while leveraging Claude Code as your development partner for faster test creation and refinement.

no license declared → metadata onlyfor claude-codeupdated May 2026
★ 2repo stars
frontend-testing
by schalkneethling · schalkneethling/webdev-agent-skills

Equip your AI agent with structured testing expertise for modern web projects. This skill guides the creation of comprehensive test suites that verify user interactions and internal code quality, grounded in web standards and accessibility principles. Perfect for teams building resilient frontend applications.

MITupdated Apr 2026
★ 7repo stars
accessibility-testing
by aj-geddes · aj-geddes/useful-ai-prompts

This skill provides structured guidance for evaluating web applications against established accessibility standards and WCAG compliance frameworks. Use it to systematically identify barriers, test interactive components, and document findings that help ensure your digital products are usable by everyone.

MITupdated Mar 2026
★ 299repo stars

More skills playwright-e2e-testing (MIT) · playwright-expert (MIT) · playwright-testing (MIT) · e2e-playwright-testing (MIT) · testing-patterns (MIT) · testing-llm (MIT) · skill-evolution (MIT)

Tags
test-automationbrowser-testingqa-engineeringvisual-testingwcag-complianceai-assisted-testingci-cd-testingtest-reliabilityfrontend-validationautomated-qa