This is a Next.js project bootstrapped with create-next-app
.
- NextJS v14
- React 18
- Playwright (end to end) v1.47
- Jest v29
- TS 5
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
For unit testing just run yarn test
For end-to-end testing you should start the project and call playwright:
- run
yarn dev
the service should be available athttp://localhost:3000
- then run
yarn playwright