Req for New Features
chik145 opened this issue · 4 comments
Hi Developer,
These are the few enhancements request, please look into it
-
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. -
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. -
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 :)
Just fyi - #3 in your list is already available: https://www.extentreports.com/docs/versions/5/java/#combine-multiple-reports
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.
Thanks Anshoo,
How can i use this feature?
updated dependencies to 5.1.0 & JDK to 11
unable to see above changes