- installed node v22 and npm. I recommend using NVM to manage node versions.
Clone this repo and execute:
npm install
npx playwright install --with-deps chromiumnpx playwright test --grep @scope --workers 1
npx playwright test --grep @scope --workers 3
npx playwright test --grep @auto-fixture --workers 1