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

Quiz

Introduction to Playwright

Check yourself

  1. 1.Which browsers does Playwright support out of the box?
  2. 2.Which package contains the Playwright test runner?
  3. 3.Which command scaffolds a new Playwright project (config, example test, CI workflow)?
  4. 4.How do you open Playwright’s interactive UI mode runner?
  5. 5.What is the difference between the playwright npm package and @playwright/test?
  6. 6.What is the default browser mode when you run npx playwright test?
  7. 7.What is the Playwright Trace Viewer used for?
  8. 8.What is playwright.config.ts primarily used for?