playwright-knowledge-patch

Solid

Playwright

Testing & QA 20 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
44
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Playwright Knowledge Patch Baseline: Playwright through 1.49. Covered range: 1.59.1 through 1.61.0, plus the current Playwright MCP server and built-in test-agent workflow. ## Reference index | Reference | Topics | | --- | --- | | [Browser automation](references/browser-automation.md) | Screencasts and overlays, bound browser sessions, async disposal, passkeys, Web Storage, ARIA and locator tools, diagnostics, protocol metadata, artifact placement | | [Test runner and debugging](references/test-runner-and-debugging.md) | Removed support, CLI debugging, trace inspection and retention, video modes, soft polling, runner and reporter data, WebSocket recordings, platform support | | [MCP server](references/mcp-server.md) | Installation, snapshot-driven interaction, profiles, initialization, capability groups, configuration, guardrails, HTTP and embedded deployment | | [Test agents](references/test-agents.md) | Agent initialization, planner/generator/healer roles, seed tests, plans, generated artifacts, regeneration requirements | ## Breaking removals and platform changes - WebKit no longer supports macOS 14 (since 1.59.1). - `@playwright/experimental-ct-svelte` has been removed (since 1.59.1). - Ubuntu 26.04 is supported (since 1.61.0). - The MCP Docker image supports headless Chromium only. ## Controlled page screencasts Use `page.screencast` when a test or tool needs explicit recording control, JPEG frame streaming, or presentation overlays. ```ts const recording = awa...

Details

Author
Nevaberry
Repository
Nevaberry/nevaberry-plugins
Created
6 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

playwright

When the user wants to design, implement, debug, stabilize, or scale Playwright tests. Use when the user mentions "Playwright," "playwright.config.ts," "page.locator," "page.getByRole," "browser context," "fixtures," "test.beforeEach," "trace viewer," "codegen," "Playwright Test," "Playwright MCP," "PWT," "WebKit testing," or "cross-browser." For Cypress-specific questions see cypress. For Selenium-specific questions see selenium. For CI sharding and parallelism see ci-test-orchestration. For screenshot diffing see visual-regression.

1 Updated 2 days ago
aks-builds
Testing & QA Listed

pw-playwright-fieldkit

Explore, debug, audit, compare, record, and test live websites with deterministic Playwright scripts and QE workflows. Use for requests to map a site, find broken pages or links, reproduce browser bugs, discover hidden or role-gated features, audit accessibility/performance, compare crawls, design or review test cases from feature specifications, record a user-demonstrated journey, execute an approved test-case document as a witnessed journey, run existing permanent automated Playwright tests with trace evidence, create test charters, find automation coverage gaps, plan test data or execution matrices, generate negative-path tests, triage flaky tests, save authenticated state, or generate verified Python/Node integration tests.

1 Updated 6 days ago
jpbaking
Testing & QA Listed

playwright

Use for terminal-driven browser navigation, interaction, snapshots, screenshots, extraction, or UI-flow debugging. Not for authoring Playwright test suites or frontend design; use tdd or ui-ux-design.

2 Updated today
mblauberg