Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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
@@ -30,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
@@ -59,19 +58,17 @@
- 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