# Advanced reports

BugBug provides **compliance-ready test reports** that include detailed **PDFs with step-by-step screenshots**. You can easily export your test run and suite run data in multiple formats, including JSON, CSV, and more.

{% hint style="success" %}
Advance reports are available only in the [BUSINESS](https://bugbug.io/pricing/#:~:text=discount%20for%20startups-,BUSINESS,-For%20scaling%20companies) plan.
{% endhint %}

### Available report types

* **Detailed PDF report with screenshots** - Comprehensive, compliance-friendly report including each step and screenshot. Perfect for audits and documentation.
* **CSV** - Spreadsheet format containing all tests, steps, and selectors. Ideal for data analysis or importing into BI tools.
* **JSON** - Structured data format designed for sending results to other apps or integrating with external systems.
* **ZIP with screenshots** - A packaged folder containing separate CSV and JSON files for each test, along with all related screenshots.

{% @arcade/embed flowId="L6kL6B3udaDyLJBCe1it" url="<https://app.arcade.software/share/L6kL6B3udaDyLJBCe1it>" %}

###

### How to download an Advanced report for a suite run

1. Go to the specific suite run in Runs history.
2. Click `Download report` in the top-right corner.<br>

<figure><img src="/files/dsLpIm72Wtq2WnXLNwZh" alt=""><figcaption></figcaption></figure>

3. Select your preferred format and click `Continue`.

<figure><img src="/files/aoftUS3aoEqW8hJilVV7" alt=""><figcaption></figcaption></figure>

5. If you want to include additional context, you can add a custom note to the report before downloading. Once ready, click  `Download` to start the report generation process.

<figure><img src="/files/r8bodFLNdDR9O02quT7L" alt=""><figcaption></figcaption></figure>

6. Report generation will begin, and you’ll receive a download link via email once it’s ready.\
   The process runs asynchronously, as generating detailed reports with screenshots may take a few minutes.

<figure><img src="/files/MBt3UNyppIP9uT5uyu7j" alt=""><figcaption></figcaption></figure>

7. Click the `Download PDF report`  button in your email. You’ll be redirected to the BugBug app, where the report download will start automatically.

{% hint style="warning" %}
All advanced reports are available for **24 hours** after generation.\
After that, the download links will expire, and you’ll need to generate a new report if needed.
{% endhint %}

<figure><img src="/files/tqR896v5y2VDL2YrBaTv" alt=""><figcaption></figcaption></figure>

> Advanced reports that include screenshots — such as **detailed PDF** or **ZIP with screenshots** — can be quite large, sometimes exceeding **hundreds of megabytes**, since each test step includes its own screenshot. Keep this in mind when downloading or sharing reports.

###

### Examples of advanced reports

Below, you can find an example of how advanced reports look like for a single suite run with multiple tests inside.&#x20;

{% file src="/files/p06v52LXgZ80NjvsH2Fg" %}

{% file src="/files/HSZbjvsJRY8YaZh3ITBq" %}

{% file src="/files/XgiTqjoEAHYLcDx294mu" %}

{% file src="/files/pPfEZ2iRUBO9YVMsjuGt" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugbug.io/organizing-tests/reporting/advanced-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
