Next.js, TypeScript, Tailwind, Jest, Playwright example

Dependencies

Install npm via nodejs using either

Install dependencies

pnpm install

Running the application

pnpm dev

Running "Unit tests"

# For watch mode
pnpm test
# For single run
pnpm test:ci

Running "End to End tests"

pnpm test:e2e