You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have spans for some of our APIs, such as page.screenshot. This allows us to visualise the test run and all the metrics that go along with a particular navigation. What we're currently missing are the errors on the spans. For example, when page.screenshot is called, and an error is received from a remote server (when uploading screenshots to a remote server) we should mark the span with the error.
The content you are editing has changed. Please copy your edits and refresh the page.
We already have spans for some of our APIs, such as
page.screenshot
. This allows us to visualise the test run and all the metrics that go along with a particular navigation. What we're currently missing are the errors on the spans. For example, whenpage.screenshot
is called, and an error is received from a remote server (when uploading screenshots to a remote server) we should mark the span with the error.Tasks
The text was updated successfully, but these errors were encountered: