Skip to content

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.

Anchors

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

Shortcuts

Navigation

t - test
c - tag
d - dashboard
x - exception/bug

Filters

p - show passed tests
f - show failed tests
s - show skipped tests
w - show warning tests
esc - clear filters

Scroll

down-arrow - scroll down
up-arrow - scroll up

Misc

l - switch theme
Clone this wiki locally