testing-e2e

testing-e2e is a skill for Claude Code, Codex from yonatangross/orchestkit. It costs 55 tokens per session (2,980 once invoked), scanned A, original, MIT.

A collection of end-to-end testing patterns using Playwright, a tool that tests an application through its user interface and connected services. It also covers visual checks, accessibility checks, page objects, and running tests in continuous integration.

In plain words
What is it for?
Use it to write Playwright tests, structure page objects, check visual changes, scan pages with axe-core, test AI agents, and run checks in CI.
Why use it?
It helps make browser tests more reliable and reduces problems such as fragile selectors, repeated setup, missed accessibility issues, and flaky runs.

Skill for Claude CodeCodex

Part of the ork plugin — 106 skills, 35 commands, 36 agents, 32 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/yonatangross/orchestkit/testing-e2e
Any agent
npx skills add yonatangross/orchestkit --skill testing-e2e
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Claude Code, Codex.

Or install ork, the plugin that ships this one along with the rest of its 106 skills, 35 commands, 36 agents, 32 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for testing-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/yonatangross/orchestkit/testing-e2e.svg)](https://agentmods.dev/skills/yonatangross/orchestkit/testing-e2e)
Your own site
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/testing-e2e"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/testing-e2e.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,980 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00055 $0.02980
Opus 5 $0.00028 $0.01490
Sonnet 5 $0.00011 $0.00596
Haiku 4.5 $0.00006 $0.00298

Measured today against content hash 9d15764e16bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

testing-e2e scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ork/skills/testing-e2e/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
emulate Backends rules/emulate-e2e.md HIGH FIRST CHOICE — deterministic API backends for E2E
Playwright Core rules/e2e-playwright.md HIGH Semantic locators, auto-wait, flaky detection
Page Objects rules/e2e-page-objects.md HIGH Encapsulate page interactions, visual regression
AI Agents rules/e2e-ai-agents.md HIGH Planner/Generator/Healer, init-agents
A11y Playwright rules/a11y-playwright.md MEDIUM Full-page axe-core scanning with WCAG 2.2 AA
A11y CI/CD rules/a11y-testing.md MEDIUM CI gates, jest-axe unit tests, PR blocking
End-to-End Types rules/validation-end-to-end.md HIGH tRPC, Prisma, Pydantic type safety

Total: 7 rules, 2 references, 3 checklists, 1 example, 1 script

Upstream coverage (do not restate)

Playwright, axe-core and jest-axe document themselves. This skill carries only the OrchestKit delta (references/ork-delta.md) plus the house subsets in rules/. Fetch the vendor page for anything below instead of expecting it here.

Topic Source
Screenshot comparison workflow, baseline files, snapshotPathTemplate https://playwright.dev/docs/test-snapshots
toHaveScreenshot options: mask, maxDiffPixelRatio, stylePath, animations https://playwright.dev/docs/api/class-pageassertions
Auth reuse: storageState, setup projects, IndexedDB https://playwright.dev/docs/auth
Network interception with page.route (the house default is still emulate first, see rules/emulate-e2e.md) https://playwright.dev/docs/mock
Removed and changed APIs per release (SKILL.md keeps only the short denylist below) https://playwright.dev/docs/release-notes
Full locator API surface (the house priority ladder stays in rules/e2e-playwright.md) https://playwright.dev/docs/locators
Playwright runner setup on CI (the house a11y gate workflow stays in rules/a11y-testing.md) https://playwright.dev/docs/ci
init-agents CLI flags and generated files (the Planner/Generator/Healer workflow stays in rules/e2e-ai-agents.md) https://playwright.dev/docs/test-agents
jest-axe matcher and configureAxe API (the house component-state subset stays in rules/a11y-testing.md) https://github.com/NickColley/jest-axe
Lighthouse CI configuration and score assertions https://github.com/GoogleChrome/lighthouse-ci

Read the full file on GitHub · 263 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 263 lines · 55 tokens per session scan A 9d15764e16bc

Subscribe to this mod's changes

testing-e2e is a skill published in the GitHub repository yonatangross/orchestkit (228 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 2,980 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

hatch3r-browser-verify

Opt-in browser verification skill — spec-run-first Playwright verification (assertions execute in the runner, agent reads only failures), axe-core a11y audits, toHaveScreenshot() regression diffs, E2E test scaffolds, and snapshot-mode exploratory driving. Default ON for UI-affecting agent invocations; disable globally…

hatch3r/hatch3r · 83 tokens

e2e-testing-patterns

Build reliable, fast E2E test suites with Playwright and Cypress. Critical user journey coverage, flaky test elimination, CI/CD integration.

wpank/ai · 35 tokens

e2e-accessibility-analysis

Analyze E2E Playwright tests for accessibility best practices and identify opportunities to replace brittle selectors.

RedHatInsights/nxtcm-components · 18 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

VoltAgent/voltagent · 52 tokens

run-evals

Prepare the environment and run the LLM-driven agent evals (e2e/agent-evals/) against a chosen sim-use binary. Use when the user runs /run-evals or asks to "run the agent evals", "run the LLM-driven tests", "eval the skill", or wants pre-release confidence that an agent reading the bundled skill still picks the right…

lycorp-jp/sim-use · 99 tokens

e2e-tests-studio

REQUIRED when modifying any file in packages/playground-ui or packages/playground. Triggers on: React component creation/modification/refactoring, UI changes, new playground features, bug fixes affecting studio UI. Generates Playwright E2E tests that validate PRODUCT BEHAVIOR, not just UI states.

mastra-ai/mastra · 67 tokens