Run API Script

 node ./utils/prints.js

Run all tests

npx playwright test

Run test headed mode

npx playwright test --headed

Run specific test

npx playwright test search.spec.ts --headed

Reports

npx playwright show-report