From 794b49150c501691055121974e751d1456feaab6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 13 Jul 2024 21:26:08 +0200 Subject: [PATCH] chore: add hint about using with ct-react --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f4462d..9f9b995 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Helpful commands are the following: - [vite-plugin-istanbul](https://github.com/ifaxity/vite-plugin-istanbul) - to add coverage information - [nyc](https://github.com/istanbuljs/nyc) - Istanbul CLI to generate lcov coverage +## Using with [@playwright/experimental-ct-react](https://playwright.dev/docs/test-components) + +See this version in the [`ct-react-vite`](https://github.com/mxschmitt/playwright-test-coverage/tree/ct-react-vite) branch. + ## Using create-react-app / Webpack -See this archived version in the [`create-react-app`](https://github.com/mxschmitt/playwright-test-coverage/tree/create-react-app) branch. \ No newline at end of file +See this archived version in the [`create-react-app`](https://github.com/mxschmitt/playwright-test-coverage/tree/create-react-app) branch.