npm init
;
npm install prettier
;
npm install @playwright/test
;
npx playwright install
;
npx playwright test
npx playwright test --headed --browser=all
npx playwright test tests/e2e/add-addon-to-the-cart.spec.ts
playwright.config
npx playwright test --config=playwright.config.ts --project=Chromium --reporter=html
npx playwright show-report
npm run tests:api