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

Quiz

VS Code

Check yourself

  1. 1.You want to find the right locator for a button that's hard to select. You're in VS Code with the extension installed. What's the fastest way?
  2. 2.How do you install the Playwright VS Code extension and create the initial playwright.config.ts?
  3. 3.What does the 'Show Browser' feature do in the Playwright VS Code extension?
  4. 4.You right-click a test in the VS Code Test Explorer and see 'Debug Test'. What happens when you click it after setting a breakpoint?
  5. 5.What does 'Show Trace Viewer' do in the VS Code Playwright sidebar?
  6. 6.You have three browser projects configured (Chromium, Firefox, WebKit). How do you run tests against only Firefox from the VS Code Test Explorer?
  7. 7.With 'Show Browser' enabled, you click on a locator expression in your test code. What happens in the browser window?
  8. 8.You have two playwright.config.ts files — one for unit tests and one for e2e tests. How do you switch between them in VS Code?