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

Quiz

Running and debugging tests

Check yourself

  1. 1.Which command runs only tests tagged with @smoke in their title?
  2. 2.What does page.pause() do inside a test?
  3. 3.Which command opens the HTML report from the last test run?
  4. 4.How do you run tests only in the chromium project from the config?
  5. 5.How do you run only the tests in a single spec file, e.g. tests/auth.spec.ts?
  6. 6.You want to run tests with only 1 worker to watch them run sequentially in the browser window. Which command is correct?
  7. 7.What is the key difference between UI mode (--ui) and headed mode (--headed)?
  8. 8.You want to run only tests whose title contains the word 'login' AND run them in the chromium project only. Which command achieves this?