playwright tests skills

15 tagged playwright tests, measured the same way as everything else here.

Browse within: playwright 15testing-skills 9

doctest-conventions

01

padamson/playwright-rust

Skill Claude CodeCodex

Conventions for authoring rustdoc doctests in playwright-rust — the norun annotation, module-level placement, hidden scaffolding lines, and how doctests are exercised in CI vs pre-commit.

141 2d ago A 49 tokens original Apache-2.0

release-process

02

padamson/playwright-rust

Skill Claude CodeCodex

End-to-end release runbook for playwright-rust — version bump, supply-chain refresh, per-crate CHANGELOGs, tag-prefix routing for the three workspace crates, the safer push-then-tag workflow that waits for CI before publishing, and the post-release follow-ups.

141 2d ago A 58 tokens original Apache-2.0

playwright-rs-usage

03

padamson/playwright-rust

Skill Claude CodeCodex

Procedural reference for using playwright-rs in Rust browser-automation code — object model (Browser/Context/Page/Locator), the locator!() macro, builder pattern for options, auto-wait semantics, adding the crate and installing its browsers, and how to capture / inspect traces for failure diagnosis. Use when writing…

141 2d ago A 98 tokens original Apache-2.0

e2e-playwright

06

burhankhatri/e2e-testing

Skill Claude CodeCodex

Battle-tested Playwright E2E testing patterns for Next.js/React apps. Use when writing, running, debugging, or fixing Playwright tests. Also triggers on 'e2e', 'end-to-end', 'playwright', 'browser test', 'UI test', 'integration test with browser', 'flaky test', 'test keeps failing'. Covers locators, assertions…

15 1mo ago A 103 tokens

start

07

burhankhatri/e2e-testing

Skill Claude CodeCodex

Master orchestrator skill that kicks off the full development pipeline. Routes tasks through the correct skill chain (brainstorm, debug, tdd, e2e, verify) based on task type. Guarantees testing.md exists, Playwright E2E tests are written, and nothing is claimed done without verification. Use when starting any new…

15 1mo ago A 80 tokens

tdd

08

burhankhatri/e2e-testing

Skill Claude CodeCodex

Enforces strict test-driven development. Use when implementing ANY feature, bugfix, or refactor — before writing implementation code. Also use when someone says 'add tests', 'write tests', 'test this', 'TDD', or when you're about to write production code of any kind. If you're about to write code and there isn't a…

15 1mo ago A 83 tokens