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
- Host: GitHub
- URL: https://github.com/nottyo/nextjs-cypress-ct
- Owner: nottyo
- Created: 2021-05-02T07:57:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T08:23:53.000Z (about 5 years ago)
- Last Synced: 2025-02-16T06:28:50.704Z (over 1 year ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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