How to generate HTML Reports with WebdriverIO?

How to generate HTML Reports with WebdriverIO?

Hey Helen,

Before telling you how to generate HTML reports with webdriverIO, first of all, let’s understand what is an HTML report. An HTML report is a document generated by a program that contains information about the status of the program, what it did and what was the result of its execution.

The structure of an HTML report differs according to the tool used to generate it.

WebdriverIO reports can be classified into WebdriverIO Non-HTML & HTML Reporters:

Non-HTML Reporters

  • Dot Reporter
  • Spec Reporter
  • JUnit Reporter
  • Video Reporter
  • JSON Reporter
  • Markdown Reporter

HTML Reporters

  • Timeline Reporter
  • HTML Reporter
  • Allure Reporter

To deep dive into various reports, please go through the following blog:

2 Likes