-
Notifications
You must be signed in to change notification settings - Fork 138
ExtentSparkReporter
Anshoo Arora edited this page Aug 13, 2020
·
3 revisions
ExtentSparkReporter is a rich-HTML reporter available from the standard ExtentReports library. This section outlines a few unique features present.
An anchor will be generated for each test by default. It will appear at the right-side when you open any test, like so:
#test-id=2
To navigate to the test using the anchor, simply add the uri component at the end of the report URL;
http://path/to/index.html#test-id=2
t - test
c - tag
d - dashboard
x - exception/bug
p - show passed tests
f - show failed tests
s - show skipped tests
w - show warning tests
esc - clear filters
down-arrow - scroll down
up-arrow - scroll up
l - switch theme
Copyright (c) 2020 ExtentReports - Licensed under Apache-2.0