docs: delete showcase.md (#20222)
It was never linked from the sidebar and contains a lot of unmaintained projects.
This commit is contained in:
parent
e740522069
commit
bddc120bd2
|
|
@ -1,82 +0,0 @@
|
|||
---
|
||||
id: showcase
|
||||
title: "Community Showcase"
|
||||
---
|
||||
|
||||
## Users
|
||||
|
||||
* [VS Code](https://github.com/microsoft/vscode): Playwright is used to run cross-browser tests on their web builds
|
||||
* [TypeScript](https://github.com/microsoft/TypeScript): Playwright is used to test typescript.js across browsers
|
||||
* [Elastic APM JS agent](https://github.com/elastic/apm-agent-rum-js): Playwright is used to run benchmark tests across browsers
|
||||
* [Blockstack](https://github.com/blockstack/ux): Playwright is used to run cross-browser UI tests
|
||||
* [Instakittens React admin](https://github.com/fredericbonnet/instakittens-react-admin): Playwright is used to run end-to-end test scenarios written with Cucumber
|
||||
* [xterm.js](https://github.com/xtermjs/xterm.js): Playwright is used to run cross-browser integration tests
|
||||
* [Accessibility Insights for Web](https://github.com/microsoft/accessibility-insights-web): Playwright is used with Jest and axe-core to run end-to-end functional and accessibility tests of a WebExtension-based browser extension
|
||||
|
||||
## Unofficial language ports
|
||||
|
||||
* Playwright for Go
|
||||
* [GitHub repo](https://github.com/playwright-community/playwright-go)
|
||||
* [Documentation](https://pkg.go.dev/github.com/mxschmitt/playwright-go?tab=doc)
|
||||
|
||||
* Playwright for Crystal
|
||||
* [GitHub repo](https://github.com/naqvis/playwright-cr)
|
||||
* [Documentation](https://naqvis.github.io/playwright-cr/)
|
||||
|
||||
* Playwright for Ruby
|
||||
* [GitHub repo](https://github.com/YusukeIwaki/playwright-ruby-client)
|
||||
* [Documentation](https://playwright-ruby-client.vercel.app/docs/article/getting_started)
|
||||
|
||||
## Tools
|
||||
|
||||
* [Applitools](https://applitools.com): Add AI-powered visual assertions and run your Playwright tests on all browser, device, and viewport combinations in parallel, without requiring any setup.
|
||||
* [BrowserStack](https://www.browserstack.com/docs/automate/playwright): Run cross-browser Playwright tests in parallel on the BrowserStack cloud
|
||||
* [Checkly](https://checklyhq.com): Run Playwright checks on a schedule or on demand to monitor and test your web application.
|
||||
* [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code
|
||||
* [dom-to-playwright](https://github.com/Xiphe/dom-to-playwright) to copy a JSDOM snapshot into a Playwright page.
|
||||
* [expected-condition-playwright](https://github.com/elaichenkov/expected-condition-playwright): Supplies a set of common expected conditions that can wait for certain states and conditions
|
||||
* [Headless Testing](https://headlesstesting.com/support/start/playwright.html): Run Playwright tests on browsers in the cloud
|
||||
* [Lariat](https://github.com/Widen/lariat): Simplify page object construction for your Playwright tests
|
||||
* [Lumberjack](https://github.com/JakePartusch/lumberjack): Automated accessibility scanner to run checks on your entire website
|
||||
* [mockiavelli](https://github.com/HLTech/mockiavelli) Request mocking library for Playwright to test SPA in isolation from backend APIs.
|
||||
* [Moon](https://github.com/aerokube/moon): Run Playwright tests in parallel in Kubernetes cluster (free up to 4 parallel sessions)
|
||||
* [playwright-test](https://github.com/hugomrdias/playwright-test) Run unit tests and benchmarks in browsers with Node's seamless experience.
|
||||
* [playwright-video](https://github.com/qawolf/playwright-video): Capture a video while executing a Playwright script
|
||||
* [QA Wolf](https://github.com/qawolf/qawolf): Record and create Playwright tests and then run them in CI
|
||||
* [Root Cause OSS](https://github.com/testimio/root-cause): Capture screenshots on every step and display in a viewer with logs for easy troubleshooting.
|
||||
* [Sauce Labs](https://saucelabs.com/platform/automation-tools/playwright): Run Playwright tests in parallel in the cloud or your own docker environment.
|
||||
* [Selenium Box - Enterprise Test Grid](https://seleniumbox.com): Execute Playwright tests securely inside your firewall at scale
|
||||
* [test-real-styles](https://github.com/Xiphe/test-real-styles): Utility to test real styling of virtual DOM elements in a browser
|
||||
* [Testim Playground](https://www.testim.io/playground/): Record Playwright UI tests as code
|
||||
* [Tesults](https://www.tesults.com/docs/playwright): Test automation reporting application and dashboard with Playwright integration
|
||||
* [Try Playwright](https://try.playwright.tech/): Interactive playground for Playwright to run examples directly from your browser
|
||||
|
||||
## Frameworks
|
||||
|
||||
* [karma-playwright-launcher](https://github.com/Onslip/karma-playwright-launcher): Playwright powered browser support for Karma
|
||||
* [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom): Custom selector engine to pierce shadow DOM roots
|
||||
* [playwright-fluent](https://github.com/hdorgeval/playwright-fluent): Fluent API around Playwright
|
||||
* [robotframework-browser](https://robotframework-browser.org/) Robotframework library that uses Playwright to achieve good development ergonomics.
|
||||
|
||||
## Examples
|
||||
|
||||
* [e2e Boilerplates](https://github.com/e2e-boilerplate?utf8=%E2%9C%93&q=playwright): Project boilerplates for using Playwright with TypeScript, Cucumber, Jest, and other libraries
|
||||
* [react-app-playwright](https://github.com/KyleADay/react-app-playwright): Using Playwright with a create-react-app project
|
||||
* [playwright-react-typescript-jest-example](https://github.com/azemetre/playwright-react-typescript-jest-example): Using Playwright + Jest with a custom webpack configuration for React + TypeScript project
|
||||
* [playwright-mocha](https://github.com/roggerfe/playwright-mocha): Using Playwright with Mocha and Chai
|
||||
* [playwright-cljs](https://github.com/apeckham/playwright-cljs): Playwright examples in ClojureScript
|
||||
* [playwright-azure-functions](https://github.com/arjun27/playwright-azure-functions): Playwright setup on Azure Functions
|
||||
* [playwright-aws-lambda](https://github.com/austinkelleher/playwright-aws-lambda): Playwright setup on AWS Lambda
|
||||
* [playwright-jest-circus-allure](https://github.com/d-shch/playwright-jest-circus-allure): Example how to use allure-report and jest-circus with playwright
|
||||
* [Heroku Playwright Example](https://github.com/mxschmitt/heroku-playwright-example): Example using Playwright on Heroku
|
||||
* [Sauce Labs Playwright Example](https://github.com/saucelabs/saucectl-playwright-example): Example using Playwright on Sauce Labs
|
||||
* [BrowserStack Playwright Samples](https://github.com/browserstack/playwright-browserstack): Playwright sample tests to run on BrowserStack
|
||||
* [Playwright - Parallel execution on AWS Lambda](https://github.com/PauloGoncalvesBH/running-playwright-on-aws-lambda): Running hundreds of Playwright tests in a few seconds with AWS Lambda
|
||||
|
||||
## Guides
|
||||
|
||||
* [theheadless.dev](https://theheadless.dev): Practical guides and runnable examples on Playwright (and Puppeteer)
|
||||
|
||||
## Contributing
|
||||
|
||||
Did we miss something in this list? Send us a PR!
|
||||
Loading…
Reference in a new issue