extent-framework / extentreports-java

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

Req for New Features #393

Closed chik145 closed 1 year ago

chik145 commented 1 year ago

Hi Developer, These are the few enhancements request, please look into it

  1. Auto Scroll till Failed Step Is it possible to add an auto scroll button to test report which will scroll the page till failed steps back-to-back? in case of long selenium test case, it's hard to look for the failed tag icon by scrolling manually. an auto scroll feature will be a good add on.

  2. Custom Report Status It will be good if there will be an option to add a custom status to report based on requirement. currently we are bound choose from: pass, fail, skip, warn etc.

  3. Merging Multiple Reports to Make One Consolidate Report If we have multiple extent reports after test execution, an option to merge them into a single report will be good.

Please consider above requests.

Thanks Your effort is much appreciated :)

anshooarora commented 1 year ago

Just fyi - #3 in your list is already available: https://www.extentreports.com/docs/versions/5/java/#combine-multiple-reports

anshooarora commented 1 year ago

2 in your list is similar to #313.

anshooarora commented 1 year ago

The above commit resolves #1 in your list with the "forward red button" on the top right-side of the details pane, but making this setting automatic would impact current usage. Also, there may be multiple errors, so the current approach allows navigating to each error individually.

Screenshot 2023-08-12 at 7 09 29 PM
chik145 commented 1 year ago

Thanks Anshoo, How can i use this feature? updated dependencies to 5.1.0 & JDK to 11

unable to see above changes