Skip to content

Commit e176630

Browse files
committed
update README
1 parent aa36a44 commit e176630

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
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) for the express purpose of demonstrating Next.js, TypeScript, and Cypress working together with working coverage reports.
22

3+
# Older Versions
4+
5+
You can see an example that should work with any combination of Next.js 9 thru 12 and Cypress 5 thru 9
6+
[here](https://github.com/kylemh/next-ts-with-cypress-coverage/tree/next9thru12-and-cypress5thru9).
7+
38
## Getting Started
49

510
First, run the development server:
@@ -20,6 +25,9 @@ npm run cypress open
2025
yarn cypress open
2126
```
2227

23-
## The Proof!
28+
## The Proof
29+
30+
To see coverage, `yarn build && yarn start` followed with a separate `yarn cypress run`.
31+
Once finished, `yarn see-cy-coverage`.
2432

25-
![Screenshot of coverage report](./coverage_screenshot.png)
33+
![Screenshot of coverage report](./coverage_screenshot_next13.png)

coverage_screenshot_next13.png

147 KB
Loading

0 commit comments

Comments
 (0)