- Recommend:
yarn install
- or:
npm install
npm run dev
npm run build
npm run start
npm run test
npm run playwright
Playwright Test needs to be invoked via 'npx playwright test' and excluded from Jest test runs.
Creating one directory for Playwright tests and one for Jest is the recommended way of doing it.
See https://playwright.dev/docs/intro for more information about Playwright Test.