playwright-e2e-testing

playwright-e2e-testing is a skill for Claude Code, Codex from JPeetz/agent-skills. It costs 316 tokens per session (5,910 once invoked), scanned A, original, no licence file.

A guide for creating, debugging, and maintaining Playwright end-to-end tests in TypeScript, JavaScript, and Python. End-to-end tests check a complete user flow through an application.

In plain words
What is it for?
Use it to write, debug, or maintain browser-based Playwright tests and organize their supporting fixtures and helpers.
Why use it?
It provides direction across the testing lifecycle, including test structure, reusable page models, test setup, and custom checks. This reduces the need to design those practices from scratch.

Skill for Claude CodeCodex

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/jpeetz/agent-skills/playwright-e2e-testing
Any agent
npx skills add JPeetz/agent-skills --skill playwright-e2e-testing
Clone the repo
git clone --depth 1 https://github.com/JPeetz/agent-skills

Made for: Claude Code, Codex.

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 playwright-e2e-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpeetz/agent-skills/playwright-e2e-testing.svg)](https://agentmods.dev/skills/jpeetz/agent-skills/playwright-e2e-testing)
Your own site
<a href="https://agentmods.dev/skills/jpeetz/agent-skills/playwright-e2e-testing"><img src="https://agentmods.dev/badge/skills/jpeetz/agent-skills/playwright-e2e-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 316 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,910 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00316 $0.05910
Opus 5 $0.00158 $0.02955
Sonnet 5 $0.00063 $0.01182
Haiku 4.5 $0.00032 $0.00591

Measured 3d ago against content hash 517e29081489, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

playwright-e2e-testing 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 3d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/flake-detector.sh, scripts/generate-auth-profile.ts, scripts/validate-playwright-setup.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

playwright-e2e-testing/SKILL.md · 800 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 800 lines · 316 tokens per session scan A 517e29081489

Subscribe to this mod's changes

playwright-e2e-testing is a skill published in the GitHub repository JPeetz/agent-skills (5 stars, last pushed 10d ago), with no licence file. It adds 316 tokens to every session and 5,910 once invoked, about $0.0016 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-08-31.

Related

Other skills, from other repositories

test-e2e-playwright

Activate when creating, generating, or debugging Playwright end-to-end (E2E) browser automation tests for web applications — trigger phrasings include "write a Playwright test for this user flow", "create an E2E login test", "debug failed Playwright test", "setup automated browser testing", "test form submission with…

ieeecsopen/mcp-cs · 112 tokens

qawolf-cli

Manage QA Wolf through the qawolf CLI. Use when asked to create, update, or list coverage requests, bug reports, or maintenance reports; start a run of flows or tags on the QA Wolf platform or read a run's results; list, set, or delete environment variables; manage environments, flows, or tags; request automation of…

qawolf/cli · 118 tokens

test-review

Ревью только что написанных или изменённых автотестов на соответствие best practices TypeScript + Playwright (по официальной документации) и конвенциям вашего проекта. Используй по /test-review либо после написания/правки любого теста (UI E2E, API, UI+API, моки, visual, mobile) или Page Object/фикстуры/констант — до…

akovalion/paranoid-qa · 119 tokens

e2e-setup

Set up Playwright e2e automation tailored to this team and app. Probes the running app (auth mechanism, API surface, spec availability), interviews with recommendations instead of open questions, scaffolds the playwright/ folder, and records every decision in playwright/AUTOMATION.md for the other e2e skills to read.…

TimothyHan/qa-buddy-skills · 152 tokens

verify-fix

Re-test a bug fix after a developer resolves it. Pulls the original bug from Jira, re-executes the repro steps in the browser, checks for regressions, and updates the bug status. The final step in the SDT workflow before a ticket moves to Done. Use when: "verify fix", "retest", "is this fixed?", "check BUG-123"…

TimothyHan/qa-buddy-skills · 116 tokens

e2e-pom

Build and maintain Page Object Models by live element discovery — never by guessing selectors. Build mode pairs with the user: derives the element inventory from test cases, proves every locator against the running app, and confirms with highlighted screenshots before anything enters the POM. Heal mode runs…

TimothyHan/qa-buddy-skills · 159 tokens