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

Quiz

Reporters

Check yourself

  1. 1.You're running tests with 4 shards on GitHub Actions. Each shard finishes and you want one combined HTML report. Which reporter setup achieves this?
  2. 2.In the dot reporter output ··F·±·×, what does ± mean?
  3. 3.You configure reporter: [['html', { open: 'on-failure' }]] locally. On CI, the HTML report should generate but never auto-open a browser. What's the standard way to handle this?
  4. 4.How do you configure two reporters to run simultaneously — list output in the terminal AND a JSON file?
  5. 5.What does the 'github' reporter add on GitHub Actions?
  6. 6.Your CI platform is Azure DevOps and the team wants failures to appear in the Azure Test Plans dashboard. Which reporter produces the right format?
  7. 7.You need to post a Slack message with failure details after each test. Which Reporter interface method should you implement?
  8. 8.You downloaded a playwright-report.zip artifact from a failed CI run. How do you view it?