Class SpecStepsReporter

A flavour of the "spec" reporter that show the tests and the steps of your tests.

class SpecStepsReporter
  : SpecReporter
  , ISuiteLifecycleListener
  , IStepLifecycleListener ;

Methods

NameDescription
begin (suite, ) Called before a test execution
begin () Called before a suite execution
begin (suite, test, ) Called before a step begins
end () Called after a suite execution
end (suite, test, ) Called after a step ended