Class ProgressReporter

The “progress” reporter implements a simple progress-bar

class ProgressReporter
  : ITestCaseLifecycleListener
  , ILifecycleListener ;

Methods

NameDescription
begin (suite, ) Called before a test execution
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