Share or Export Results
Share run outcomes with teammates and download the reports or evidence needed to explain a failure.
Last updated
Was this helpful?
Share run outcomes with teammates and download the reports or evidence needed to explain a failure.
Good failure reports include the smallest set of details that lets someone else understand and reproduce the issue.
When sharing a result, include:
Run status
Shows whether the run passed, failed, cancelled, or is still active.
Site URL
Identifies the environment that was tested.
Test or group name
Narrows the scope to the affected scenario.
Run configuration
Explains browser, viewport, and evidence settings.
Failure reason
Gives the shortest available explanation.
Screenshot, video, or trace
Lets the teammate see the failure without re-running first.
Open Runs.
Select the run you want to discuss.
Copy the useful run details from the summary and failed row.
Attach or link the relevant evidence.
If your team uses GitHub issues, Jira, Slack, Teams, or another workspace tool, paste the run context there with the failed test name and evidence.
The run detail Download menu exports the run so you can share it outside TestVibe:
Results (JSON)
A machine-readable copy of the run, scenarios, and artifact links.
Scenarios (CSV)
A spreadsheet of each scenario's status, duration, and error.
Excel workbook
A summary plus scenario and artifact sheets in one file.
PDF report
A shareable snapshot of the run detail view.
PNG snapshot
An image of the run detail view for chats or tickets.
To download the run's raw files — screenshots, video, traces, and logs — open the Artifacts tab, where each file is individually downloadable. Traces also open directly in the Playwright trace viewer.
You can also share specific evidence:
Screenshot
Open the image preview and download it from the Images tab or the row details.
Video
Open the Videos tab and use the matching video row.
Trace
Use Debug with AI (failed scenarios) or Open Playwright trace (passed scenarios) to open the trace viewer, or download the trace file from the Artifacts tab.
A clear report usually answers:
What was tested?
What failed?
What did the browser show?
Which evidence proves it?
What changed before the failure, if known?
For interpreting failures before sharing, see Inspect failed steps.
Last updated
Was this helpful?
Was this helpful?
