Click on any test title to expand or collapse its details
Click the
bookmark icon to copy a shareable link to your clipboard.
Click the
code icon to copy the test ID to your clipboard. (Useful for
re-running tests.)
The success icon
indicates the test succeeded.
The
failure icon indicates the test failed. This may be due to a failed
assertion, or an error running the test.
If any tests failed, you can view them easily using the "Show
only failures" toggle at the top of the report.
Test Details
When test details are expanded, all screenshots are rendered as
thumbnails. Click on an image to open it in a new tab; you can also now
share image URLs for reports stored accessed through identity-artifact
Along with thumbnails, you will usually find captions
that were set automatically, or by the test implementer, to help
narrate the storyboard.
Context messages that appear in
red indicate that the screenshot
was taken after an error was encountered, and will also include the
type of error received. A TimeoutException indicates that
an expected element was never rendered.
If a test is marked as failed, its browser logs and error tracebacks
will be viewable in a separate overlay (like this one). Keep in
mind that browser logs may show errors that do not have
anything to do with the failure. (For instance, failed asynchronous
requests that were expected to fail.)
Report data:
Use the "View as JSON" link to view the raw report data. This can
allow you to analyze or create supplementary reports of tests and
test histories, provided you have the links to other report JSON
documents.
It is also possible to generate a different report using the same
data. See
the documentation.
{% endset %}
{% with %}
{% set modal_id="help-modal" %}
{% set modal_title %}
Help — WebdriverRecorder Report 5.0
{% endset %}
{% set modal_body %}
{{ help_content|safe }}
{% endset %}
{% include 'modal.html' %}
{% endwith %}