extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
226 stars 127 forks source link

How to create customize status in extent reports. #313

Open srinivasan736 opened 3 years ago

srinivasan736 commented 3 years ago

Hi, as per my company requirements if we have 50 failed test-cases as fail, they need a difference in status as fail ..like customized status as app error,db error..etc, please let me know if there is any possibilities to do in such way.Thanks ..waiting for your response.

anuragdeshpande commented 3 years ago

you can add "tags" you can call extentLogger.assignCategory(String customErrorType) and you can search for this tag on the final report.