- MongoDB 6 (if docker is setup you can use the
docker-compose.env.yml
file to start one) - Node 20
- pnpm 8
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Install playwright
pnpm exec playwright-core install
Then run test :
pnpm test
You can also run the test in the nuxt devtools within the Vitest tab when running the development server.