Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Playwright !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Playwright !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
▐ A curated list of awesome tools, utils and projects using Playwright
@@ -20,8 +20,7 @@
- CodeceptJS (https://github.com/Codeception/CodeceptJS) - Supercharged End 2 End Testing Framework for Node.js.
- Chromium for Serverless platforms (https://github.com/Sparticuz/chromium?tab=readme-ov-file#usage-with-playwright) - Chromium for Serverless platforms.
- playwright-chrome-recorder (https://github.com/AndrewUsher/playwright-chrome-recorder) - Export Playwright tests from Google Chrome DevTools' recordings programmatically.
- Playwright Chrome Recorder Extension (https://github.com/AndrewUsher/playwright-recorder-extension) - Export DevTools Recordings as Playwright Tests directly from the DevTools Recorder 
Panel.
- Playwright Chrome Recorder Extension (https://github.com/AndrewUsher/playwright-recorder-extension) - Export DevTools Recordings as Playwright Tests directly from the DevTools Recorder Panel.
- playwright-github-action (https://github.com/microsoft/playwright-github-action) - GitHub Action to install all the required dependencies.
- playwright-pytest (https://github.com/microsoft/playwright-pytest/) - Official Pytest plugin for using Playwright pages with fixtures.
- heroku-playwright-buildpack (https://github.com/mxschmitt/heroku-playwright-buildpack) - Heroku buildpack for running Playwright on a Heroku Dyno.
@@ -31,8 +30,7 @@
- cucumber-playwright (https://github.com/Tallyb/cucumber-playwright) - A starter repo for writing E2E tests based on Cucumber with Playwright using Typescript.
- artillery-engine-playwright (https://github.com/artilleryio/artillery/tree/main/packages/artillery-engine-playwright) - Load testing with Playwright.
- playwright-bdd (https://github.com/vitalets/playwright-bdd) - BDD testing with Playwright runner and CucumberJS.
- Serenity/JS (https://serenity-js.org) - Acceptance testing, reporting, and test integration framework for Playwright, implementing the Screenplay Pattern 
(https://serenity-js.org/handbook/design/screenplay-pattern/).
- Serenity/JS (https://serenity-js.org) - Acceptance testing, reporting, and test integration framework for Playwright, implementing the Screenplay Pattern (https://serenity-js.org/handbook/design/screenplay-pattern/).
- @guidepup/playwright (https://github.com/guidepup/guidepup-playwright) - VoiceOver and NVDA screen reader driver integration for Playwright.
Language Support
@@ -54,26 +52,23 @@
- Try Playwright (https://try.playwright.tech) - Interactive playground for running Playwright tests.
- playwright-fluent (https://github.com/hdorgeval/playwright-fluent) - Fluent API Wrapper around Playwright.
- TestingBot (https://testingbot.com) - Connect your Playwright tests with browsers in the Cloud.
- expect-playwright (https://github.com/playwright-community/expect-playwright) - Expect utility matcher functions to simplify expect statements for the usage with Playwright Test or Jest 
Playwright.
- expect-playwright (https://github.com/playwright-community/expect-playwright) - Expect utility matcher functions to simplify expect statements for the usage with Playwright Test or Jest Playwright.
- eslint-plugin-playwright (https://github.com/playwright-community/eslint-plugin-playwright) - ESLint plugin for your Playwright testing needs.
- Moon (https://github.com/aerokube/moon) - Tools for executing Playwright tests in parallel in a Kubernetes cluster.
- playwright-test-coverage (https://github.com/anishkny/playwright-test-coverage) - Plugin to collect code coverage from running Playwright tests.
- Playwright Test for VSCode (https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) - Official Playwright test extension for VS Code.
- Maestro for IntelliJ (https://plugins.jetbrains.com/plugin/18100-maestro) - Playwright plugin for IntelliJ.
- playwright-elements (https://danteukraine.github.io/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-elements (https://danteukraine.github.io/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 (https://www.npmjs.com/package/playwright-cleanup) - A Playwright cleanup tool that simplifies test cleanup by undoing any changes to the testing environment.
- Playwright-performance (https://www.npmjs.com/package/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 (https://github.com/Mattwmaster58/playwright-python-language-injection) - Language injection definitions for CSS/JS syntax highlighting when using 
python-playwright in PyCharm.
- Playwright-performance (https://www.npmjs.com/package/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 (https://github.com/Mattwmaster58/playwright-python-language-injection) - Language injection definitions for CSS/JS syntax highlighting when using python-playwright in PyCharm.
- playwright-ui5 (https://github.com/detachhead/playwright-ui5) - Custom selector engine for sapui5.
- playwright-xpath (https://github.com/detachhead/playwright-xpath) - Custom selector engine for xpath 2 and 3.
- ZeroStep (https://github.com/zerostep-ai/zerostep) - AI actions and assertions for Playwright.
- POMWright (https://github.com/DyHex/POMWright) - POMWright is a 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.
- POMWright (https://github.com/DyHex/POMWright) - POMWright is a 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.
Reporters
@@ -102,8 +97,7 @@
- theheadless.dev (https://www.checklyhq.com/learn/headless/) - Practical guides and runnable examples on Playwright (and Puppeteer).
- playwrightsolutions.com (https://playwrightsolutions.com) - Curated Selection of Playwright Automated Test Problems and Solutions.
- serenity-js.org (https://serenity-js.org/handbook/web-testing/your-first-web-scenario/) - Learn how to write acceptance tests in business language using Playwright and the Serenity/JS 
Screenplay Pattern.
- serenity-js.org (https://serenity-js.org/handbook/web-testing/your-first-web-scenario/) - Learn how to write acceptance tests in business language using Playwright and the Serenity/JS Screenplay Pattern.
Contribute