-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdb3255
commit c4e1c2d
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
## References | ||
# References | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
- [Chakra UI](https://chakra-ui.com) | ||
- [TypeScript](https://www.typescriptlang.org) | ||
|
||
## How to Run e2e Test (in local machine) | ||
|
||
1. Build production with `pnpm build`, then run the production build using `pnpm start`. | ||
2. Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with `pnpm test:e2e`. | ||
|
||
References: | ||
|
||
- https://nextjs.org/docs/app/building-your-application/testing | ||
- https://nextjs.org/docs/app/building-your-application/testing/playwright | ||
- https://nextjs.org/docs/app/building-your-application/testing/playwright#running-your-playwright-tests |