email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Write console output to extent reports #113

Open neethu2893 opened 4 years ago

neethu2893 commented 4 years ago

I am using following extent report

com.aventstack extentreports-cucumber4-adapter 1.0.7

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?

chik145 commented 4 years ago

@neethu2893 You Can Try This To Capture Error Logs To The Report Reporter.addStepLog(throwable.getMessage());