📅  最后修改于: 2022-03-11 15:00:53.632000             🧑  作者: Mango
â 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