Install NPM packages npm ci Install Playwright browsers and dependencies npx playwright install --with-deps Run your tests: npx playwright test Run a single test: npx playwright test UI/CreateCustomRepo.spec.ts