An open API service indexing awesome lists of open source software.

https://github.com/bahmutov/next-ts-app

Next.js TypeScript application example instrumented to collect code coverage using Cypress tests
https://github.com/bahmutov/next-ts-app

cypress-example

Last synced: 9 months ago
JSON representation

Next.js TypeScript application example instrumented to collect code coverage using Cypress tests

Awesome Lists containing this project

README

          

# next-ts-app

> Next.js TypeScript application example instrumented to collect code coverage using Cypress tests

Read the blog post [Code Coverage For Nextjs Application](https://glebbahmutov.com/blog/code-coverage-for-nextjs-app/)

Deployed to [https://next-ts-app-swart.vercel.app/](https://next-ts-app-swart.vercel.app/), instrumented using "babel-plugin-istanbul". You can find the code coverage report generated on CI in the [bahmutov/next-ts-app-tests](https://github.com/bahmutov/next-ts-app-tests) repo.

![Code coverage report](./images/report.png)