cp .env.example .envnpm installRuns the end-to-end tests.
npm testStarts the interactive UI mode.
npm run uiRuns the tests only on Desktop Chrome.
npx playwright test --project=chromiumRuns the tests in a specific file.
npx playwright test exampleRuns the tests in debug mode.
npx playwright test --debugAuto generate tests with Codegen.
npx playwright codegen