Class SpecProgressReporter

A flavour of the "spec" reporter that show the progress of long tests. This works well with the parallel runner. If you are using the stats reporters, you will see a countdown for how long you need to wait until the test is finished.

class SpecProgressReporter
  : SpecReporter
  , ISuiteLifecycleListener
  , ILifecycleListener ;

Methods

NameDescription
begin (suite, ) Called before a test execution
begin () Called before a suite execution
begin (testCount) This method is trigered when before the test start
end () Called after a suite execution
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