A Chrome Extensions flavor of Playwright for automating and testing browser extensions.
Playwright CRX is a Chrome Extensions flavor of the Playwright library that enables automation and testing of browser extensions. It leverages Chrome's debugger API to provide Playwright's powerful automation capabilities specifically for extension contexts, allowing developers to script interactions, record tests, and run assertions within extensions.
Developers building or testing Chrome Extensions who want to automate interactions, create end-to-end tests, or integrate with Playwright's ecosystem for reliable extension testing.
It offers a seamless bridge between Playwright's robust testing framework and Chrome Extensions, providing a dedicated API, recorder tools, and tracing support that are not available in standard Playwright, making extension testing more accessible and integrated.
Playwright for chrome extensions
Uses chrome.debugger to implement Playwright's ConnectionTransport, enabling direct control over extensions, as demonstrated in the API example for background service workers automating page interactions.
Provides a Chrome extension for recording Playwright scripts in multiple languages without external dependencies, featuring a side panel, shortcuts like Alt+Shift+R, and configurable options via an options page.
Supports Playwright Trace Viewer for debugging, allowing traces to be captured and uploaded, as shown in the tracing example with screenshots and snapshots.
Offers a TypeScript/JavaScript API to create and control extensions programmatically from service workers, useful for automating complex workflows, with examples like todomvc-crx.
Tied exclusively to Chrome Extensions and the chrome.debugger API, making it unsuitable for testing extensions on other browsers or in non-Chrome environments, which limits cross-browser compatibility.
As noted in the README, it's not intended for writing end-to-end tests; users should use @playwright/test instead, indicating it's specialized and not a drop-in replacement for broader testing needs.
Requires understanding of both Playwright and Chrome Extensions development, with dependencies on debugger permissions that might need additional configurations or user consent, adding setup overhead.
The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
Supercharged End 2 End Testing Framework for NodeJS
axe-core-npm is a collection of official npm packages that integrate the axe-core accessibility testing engine with popular web development and testing frameworks. It enables developers to incorporate automated accessibility checks directly into their testing workflows, helping to identify and fix accessibility issues early in the development process. ## Key Features - **Playwright Integration** — Run axe-core accessibility tests within Playwright test suites. - **Puppeteer Integration** — Integrate accessibility testing into Puppeteer automation scripts. - **React Integration** — Test React components for accessibility violations during development. - **WebdriverIO Integration** — Add accessibility checks to WebdriverIO end-to-end tests. - **CLI Tool** — Run accessibility tests from the command line on live websites or static files. - **Earl Reporter** — Generate EARL (Evaluation and Report Language) reports for standardized accessibility test results. - **WebdriverJS Support** — Legacy integration for WebDriverJS-based testing frameworks. ## Philosophy The project believes automated accessibility testing must achieve mainstream adoption by being trustworthy, fast, universally compatible, and widely available to promote digital equality.
BDD testing with Playwright runner
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.