From 69fe6f7236e17777206c01bd73744d3e7164190c Mon Sep 17 00:00:00 2001 From: Aaron Zemetres Date: Mon, 24 Feb 2020 12:00:53 -0500 Subject: [PATCH] docs: added community example project (#1084) --- docs/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/showcase.md b/docs/showcase.md index 4e948a8ca7..1d02201619 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -25,6 +25,7 @@ * [e2e Boilerplates](https://github.com/e2e-boilerplates?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-github-actions](https://github.com/arjun27/playwright-github-actions/actions): Playwright setup on GitHub Actions * [playwright-azure-functions](https://github.com/arjun27/playwright-azure-functions): Playwright setup on Azure Functions