Playwright
Integrations
16_ENTRIES- CodeceptJS
Supercharged End 2 End Testing Framework for Node.js.
- Chromium for Serverless platforms
Prebuilt Chromium binaries for Playwright on serverless platforms.
- Playwright Angular Schematic
Adds Playwright Test to your Angular project.
- Playwright CRX
Playwright codegen as a chrome extension. Available in Chrome Web Store.
- playwright-pytest
Official Pytest plugin for using Playwright pages with fixtures.
- @axe-core/Playwright
Official Axe integration with Playwright.
- axe-playwright
Inofficial integration of Axe with Playwright.
- expect-axe-playwright
Expect matchers to perform Axe accessibility tests in your Playwright tests.
- cucumber-playwright
A starter repo for writing E2E tests based on Cucumber with Playwright using TypeScript.
- artillery-engine-playwright
Load testing with Playwright.
- playwright-bdd
BDD testing with Playwright runner and CucumberJS.
- Serenity/JS
Acceptance testing, reporting, and test integration framework for Playwright, implementing the Screenplay Pattern.
- @guidepup/Playwright
VoiceOver and NVDA screen reader driver integration for Playwright.
- @appetize/Playwright
Mobile tests for web or native apps on Appetize's virtual devices using Playwright Test Runner.
- appwright
Mobile tests using Appium with Playwright Test Runner.
- Happo
Catch unexpected visual and accessibility changes and UI bugs.
Language Support
9_ENTRIES- Playwright
Official Playwright in Node.js (JavaScript and TypeScript).
- playwright-python
Official Playwright port to Python.
- playwright-dotnet
Official Playwright port to DOTNET.
- playwright-java
Official Playwright port to Java.
- playwright-go
Playwright port for Golang.
- playwright-ruby-client
Playwright port for Ruby.
- playwright-cr
Playwright port for Crystal.
- playwright-rust
Playwright port for Rust.
- playwright-perl
Playwright port for Perl.
Utils
18_ENTRIES- automated-Playwright-UI-tests
Auto-generated, run & maintained with AI-assisted test case discovery.
- Try Playwright
Interactive playground for running Playwright tests.
- TestingBot
Connect your Playwright tests with browsers in the Cloud.
- eslint-plugin-playwright
ESLint plugin for your Playwright testing needs.
- Moon
Tools for executing Playwright tests in parallel in a Kubernetes cluster.
- @bgotink/playwright-coverage
Report coverage on Playwright tests using v8 coverage, without requiring any instrumentation.
- playwright-test-coverage
Plugin to collect code coverage from running Playwright tests.
- Playwright Test for VSCode
Official Playwright test extension for VS Code.
- playwright-elements
Playwright test extension for creatation of reusable components with ability to add child elements, methods and call them in chain. Reduce amount of your code in page object, or even use elements without page object.
- Playwright-cleanup
A Playwright cleanup tool that simplifies test cleanup by undoing any changes to the testing environment.
- Playwright-performance
A plugin that helps you optimize the speed and efficiency of web applications by measuring and analyzing the performance of ANY tested flow using Playwright.
- playwright-python-language-injection
Language injection definitions for CSS/JS syntax highlighting when using
python-playwrightin PyCharm. - playwright-ui5
Custom selector engine for sapui5.
- playwright-xpath
Custom selector engine for xpath 2 and 3.
- POMWright
TypeScript-based framework designed for creating and maintaining Page Object Models. It streamlines locator management by automatically generating nested/chained locators from flat and atomic locator structures which can be dynamically updated throughout tests. This significantly reduces code duplication and makes tests easier to read, write, and maintain.
- playwright-magic-steps
Auto-transform JavaScript comments into Playwright steps.
- playwright-network-cache
Speed up Playwright tests by caching network requests on the filesystem.
- @global-cache/Playwright
A key-value cache for sharing data between parallel workers and test runs.
Reporters
12_ENTRIES- playwright-tesults-reporter
A library for uploading test results to Tesults from Playwright.
- monocart-reporter
A Playwright test reporter, shows suites/cases/steps in html grid.
- allure-playwright
Allure integration with Playwright Test framework.
- playwright-xray
Playwright Xray Reporter, send test executions to Jira / Xray.
- testomatio-reporter
Runs and sends test executions to the TCMS testomatio, Jira / Linear / Azure DevOps task management.
- currents-dev
A Cloud Dashboard to debug, troubleshoot and analyze parallel Playwright CI tests.
- echoed
Makes tests observable by visualizing OpenTelemetry data in HTML.
- playwright-slack-report
Publish your Playwright test results to your favorite Slack channel(s).
- TestCollab
Run Playwright scripts and populate results back into TestCollab test management tool.
- TestDino
An AI Cloud platform for Playwright test analytics with instant failure debugging, flaky test detection, and ML categorization.
- playwright-ctrf-json-reporter
A Playwright JSON test results reporter that follows the CTRF schema.
Showcases
6_ENTRIES- playwright-examples
Various testing scenarios with Playwright.
- VS Code
Playwright is used to run cross-browser tests on their web builds.
- TypeScript
Playwright is used test TypeScript.js across browsers.
- Elastic APM JS agent
Playwright is used to run benchmark tests across browsers.
- Blockstack
Playwright is used to run cross-browser UI tests.
- xterm.js
Playwright is used to run cross-browser integration tests.
Guides
4_ENTRIES- playwrightsolutions.com
Curated Selection of Playwright Automated Test Problems and Solutions.
- serenity-js.org
Learn how to write acceptance tests in business language using Playwright and the Serenity/JS Screenplay Pattern.
- Playwright Tips (videos)
Video walkthroughs of common challenges testing and monitoring with Playwright.
- Testing 3D applications with Playwright on GPU
Recipe to enable hardware acceleration for Playwright tests on CI.