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

How to write warning message in Extent Reports #104

Open anbajaj opened 5 years ago

anbajaj commented 5 years ago

Dear Team,

Thank much for this awesome java library.

We are using this library to generate Extent Reports for our BDD project. We are looking for soft assertions (test scenario should continue even in case of assertion failure) & was wondering how this could be achieved?

We tried with adding below code snippet & execution is running even after encountering it however reports dashboard is not showing any warning step & wasn't able to differentiate if there is any warning during the execution or not.

getCurrentStep().warning(message);

Could you please guide me in the right direction so that we can implement the same.

Thanks Again.

Regards, Anuj

@email2vimalraj