● configure reports and logging.
● widely used listeners : ITestListener interface.
● It has methods like onTestStart, onTestSucess. onTestFailure, on TestSkipped
● we should implement this interface creating a listener class of our own,
● Next, we should add the listeners annotation (@Listeners) in the class