You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: