Skip to content

An example create-next-app project using TypeScript, Cypress, @testing-library/cypress, and instrumented coverage

Notifications You must be signed in to change notification settings

arcos/next-ts-with-cypress-coverage

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app for the express purpose of demonstrating Next.js, TypeScript, and Cypress working together with working coverage reports.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Then open the Cypress test runner:

npm run cypress open
# or
yarn cypress open

The Proof!

Screenshot of coverage report

About

An example create-next-app project using TypeScript, Cypress, @testing-library/cypress, and instrumented coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.1%
  • CSS 15.7%
  • JavaScript 1.2%