Open neethu2893 opened 5 years ago
I am using following extent report
with cucumber version 4.2.6 and junit version 4.2.6
I need to write console output to the extent report.
Is it possible?
@neethu2893 You Can Try This To Capture Error Logs To The Report Reporter.addStepLog(throwable.getMessage());
I am using following extent report
with cucumber version 4.2.6 and junit version 4.2.6
I need to write console output to the extent report.
Is it possible?