This project contains a minimal Playwright Test setup.
Quick start:
cd "Playwright Automation"
npm install
npx playwright install
npm testUseful npm scripts:
npm test— run Playwright tests headlessnpm run test:headed— run tests in headed modenpm run test:debug— run tests in debug mode