Clone the repo and execute the following to install playwright
npm install
npx install playwright
npx playwright test
npx playwright test --headed
Note: playwright.config.ts as defined in the repo is required where each of the browsers need to be declared.
npx playwright test --project=firefox