IKivan-kozenko -aqa
Try yourself as a QA tester
Back to topic

Quiz

Browsers

Check yourself

  1. 1.You update @playwright/test from 1.48 to 1.50. Your tests run but you see 'browserType.launch: Executable doesn't exist' errors. What did you miss?
  2. 2.You need to run tests on a fresh Linux CI agent that has no OS-level fonts or media libraries. Which single command installs Playwright browsers AND all system dependencies?
  3. 3.How do you configure a project to run tests in the real Google Chrome browser (not Playwright's bundled Chromium)?
  4. 4.What does PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install do?
  5. 5.You are behind a corporate proxy that intercepts HTTPS traffic with a custom CA certificate. What must you export before running npx playwright install?
  6. 6.Playwright's bundled WebKit is slightly different from consumer Safari. What is the correct use case for Playwright's WebKit?
  7. 7.How do you install only the WebKit browser without also installing Chromium and Firefox?
  8. 8.You want to run tests against multiple browsers and device profiles in one npx playwright test invocation. How do you configure this?