From 2b69abc7bc393b288d329bef3c93719c24504f06 Mon Sep 17 00:00:00 2001 From: Rodion Date: Tue, 11 Oct 2022 16:30:02 +0400 Subject: [PATCH] Update README.md Add my repository for show how integrate react with Vite and istanbul plugin: https://github.com/nefayran/cypress-react-vite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe56a2dd..105c5d26e 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ Look up the list of examples under GitHub topic [cypress-code-coverage-example]( - [bahmutov/app-in-docker-coverage-example](https://github.com/bahmutov/app-in-docker-coverage-example) shows an app running inside a Docker container, while Cypress runs on the local machine. Cypress can still [discover the source files](https://github.com/cypress-io/code-coverage/pull/197) before generating the report. - [bahmutov/gatsby-cypress-with-code-coverage](https://github.com/bahmutov/gatsby-cypress-with-code-coverage) shows code coverage using the official Gatsby "Hello World" starter. - [muratkeremozcan/angular-playground](https://github.com/muratkeremozcan/angular-playground) is an Angular TypeScript application with combined unit and E2E coverage. - +- [nefayran/cypress-react-vite](https://github.com/nefayran/cypress-react-vite) React with Vite and istanbul plugin for code coverage. ## Migrations ### v2 to v3