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

https://github.com/nottyo/nextjs-cypress-ct

Next.js Component Testing with Cypress.io
https://github.com/nottyo/nextjs-cypress-ct

Last synced: about 1 year ago
JSON representation

Next.js Component Testing with Cypress.io

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
yarn dev
```

## To Run Component Testing with Cypress
```bash
yarn cypress open-ct
```

## Read Full documentation at this blog
https://medium.com/@nottyo/28fa311adda6