Interface ILifecycleListener

A Listener for the main test events

interface 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