From 07cb5f71e3e1188f8d0c54dc4c4fb3541755514d Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Fri, 8 Jan 2021 22:04:39 +0800 Subject: [PATCH] docs: Added Crystal port to showcase (#4945) --- docs/src/showcase.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/showcase.md b/docs/src/showcase.md index d3449be552..b870fd81e0 100644 --- a/docs/src/showcase.md +++ b/docs/src/showcase.md @@ -19,6 +19,10 @@ title: "Community Showcase" * [GitHub repo](https://github.com/mxschmitt/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/) + ## Tools * [CodeceptJS](https://github.com/Codeception/CodeceptJS): Write scenario-driven Playwright tests with synchronous code