Skip to main content

Share or Export Results

Share a run by link or email summary, export it as JSON, CSV, an Excel workbook, a PDF report or a PNG snapshot, and open the Artifacts tab for the raw screenshots, video and trace.

Good failure reports include the smallest set of details that lets someone else understand and reproduce the issue.

What to include

When sharing a result, include:

DetailWhy it helps
Run statusShows whether the run passed, failed, cancelled, or is still active.
Site URLIdentifies the environment that was tested.
Test or group nameNarrows the scope to the affected scenario.
Run configurationExplains browser, viewport, and evidence settings.
Failure reasonGives the shortest available explanation.
Screenshot, video, or traceLets the teammate see the failure without re-running first.

Share a run

  1. Open Runs.
  2. Select the run you want to discuss.
  3. Copy the useful run details from the summary and failed row.
  4. 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.

Export the run

The run detail Download menu exports the run so you can share it outside TestVibe:

ExportUse it for
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 workbookA summary plus scenario and artifact sheets in one file.
PDF reportA shareable snapshot of the run detail view.
PNG snapshotAn 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.

Share visual evidence

You can also share specific evidence:

EvidenceHow to use it
ScreenshotOpen the image preview and download it from the Images tab or the row details.
VideoOpen the Videos tab and use the matching video row.
TraceUse 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.

Keep the report focused

A clear report usually answers:

  1. What was tested?
  2. What failed?
  3. What did the browser show?
  4. Which evidence proves it?
  5. What changed before the failure, if known?

For interpreting failures before sharing, see Inspect failed steps.