docs: move Go port to showcase (#4934)
playwright-go is an unofficial port, so we put it to a new section in showcase.
This commit is contained in:
parent
eb9ea20511
commit
8d649949c0
|
|
@ -40,14 +40,3 @@ dotnet add package PlaywrightSharp
|
||||||
|
|
||||||
* [Playwright on NuGet](https://www.nuget.org/packages/PlaywrightSharp/)
|
* [Playwright on NuGet](https://www.nuget.org/packages/PlaywrightSharp/)
|
||||||
* [GitHub repo](https://github.com/microsoft/playwright-sharp)
|
* [GitHub repo](https://github.com/microsoft/playwright-sharp)
|
||||||
|
|
||||||
## Go
|
|
||||||
|
|
||||||
Playwright for Go is available in preview.
|
|
||||||
|
|
||||||
```
|
|
||||||
go get github.com/mxschmitt/playwright-go
|
|
||||||
```
|
|
||||||
|
|
||||||
* [GitHub repo](https://github.com/mxschmitt/playwright-go)
|
|
||||||
* [Documentation](https://pkg.go.dev/github.com/mxschmitt/playwright-go?tab=doc)
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,12 @@ title: "Community Showcase"
|
||||||
* [xterm.js](https://github.com/xtermjs/xterm.js): Playwright is used to run cross-browser integration tests
|
* [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
|
* [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/mxschmitt/playwright-go)
|
||||||
|
* [Documentation](https://pkg.go.dev/github.com/mxschmitt/playwright-go?tab=doc)
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
* [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code
|
* [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code
|
||||||
|
|
@ -35,7 +41,6 @@ title: "Community Showcase"
|
||||||
|
|
||||||
* [jest-playwright](https://github.com/mmarkelov/jest-playwright): Jest preset to run Playwright tests with Jest
|
* [jest-playwright](https://github.com/mmarkelov/jest-playwright): Jest preset to run Playwright tests with Jest
|
||||||
* [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom): Custom selector engine to pierce shadow DOM roots
|
* [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom): Custom selector engine to pierce shadow DOM roots
|
||||||
* [Playwright Sharp](https://github.com/kblok/playwright-sharp): Work in progress port of Playwright to .NET
|
|
||||||
* [playwright-fluent](https://github.com/hdorgeval/playwright-fluent): Fluent API around Playwright
|
* [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.
|
* [robotframework-browser](https://robotframework-browser.org/) Robotframework library that uses Playwright to achieve good development ergonomics.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue