You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62-3Lines changed: 62 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,70 @@ yarn dev
30
30
31
31
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
32
32
33
-
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
33
+
You can start editing the page by modifying files in the `app` directory. The page auto-updates as you edit the file.
34
34
35
-
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
35
+
## Testing
36
36
37
-
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
37
+
### Running E2E Tests with Cypress
38
+
39
+
This project uses [Cypress](https://www.cypress.io/) for end-to-end testing.
40
+
41
+
**Interactive Mode (Recommended for Development)**
0 commit comments