From 3e5645ecea8bf4802cd690f075423e5843957393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gon=C3=A7alves?= Date: Mon, 13 Sep 2021 17:52:57 -0300 Subject: [PATCH] docs(showcase): example of parallel testing on AWS (#8870) --- docs/src/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/showcase.md b/docs/src/showcase.md index caf0321dec..f21f96f9b6 100644 --- a/docs/src/showcase.md +++ b/docs/src/showcase.md @@ -66,6 +66,7 @@ title: "Community Showcase" * [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