Class HtmlReporter

The "html" reporter outputs a hierarchical HTML body representation of your tests.

class HtmlReporter
  : ILifecycleListener ;

Methods

NameDescription
begin (testCount) This method is trigered when before the test start
end () This method is trigered when your tests are ended
update () This method is triggered when you can perform some updates. The frequency varries by the test executor that you choose