extent-framework/extentreports-java

Req for New Features

chik145 opened this issue · 4 comments

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 :)

#2 in your list is similar to #313.

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

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

unable to see above changes