ExtentReportsExample icon indicating copy to clipboard operation
ExtentReportsExample copied to clipboard

ExtentReports 2.41.2 Example with TestNG Listeners and Retry Analyzer

Results 2 ExtentReportsExample issues
Sort by recently updated
recently updated
newest added

Thank you for your great article https://www.swtestacademy.com/extent-reports-in-selenium-with-testng/ It helped me a lot. Let me post my small pull request. [utils.listener.TestListner#onTestFailure()](https://github.com/kazurayam/ExtentReportsExample/blob/master/src/test/java/utils/listeners/TestListener.java) is designed to take a screenshot of the browser on...

I implemented this in my proj which is based n cucumber and TestNG o tests run - o failures - 0 passes Exception in thread "TestNG-test=Edge-1" java.lang.NullPointerException: Cannot invoke "com.aventstack.extentreports.ExtentTest.addScreenCaptureFromBase64String(String)"...