Follow the below steps to execute the script.
npm install
npx playwright test
npx playwright test -- --headed
npx playwright test <file-name>
npx playwright test -- --debug
npx playwright test -- --reporter=html
npx playwright show-report
Follow the below steps to execute the script.
npm install
npx playwright test
npx playwright test -- --headed
npx playwright test <file-name>
npx playwright test -- --debug
npx playwright test -- --reporter=html
npx playwright show-report