Class ResultReporter

The "Result" reporter will print an overview of your test run

Methods

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