For the complete documentation index, see llms.txt. This page is also available as Markdown.

Standard reports

BugBug provides standard reports for both test runs and suite runs. You can access all reports in the Runs History module.

Available report types

  • PDF summary - visual summary of test results. Test run report includes general information and step statuses. Suite run report provides general information and test run statuses.

You can view an example here.

  • JUnit XML – A structured summary of test results in the output format used by software testing frameworks.

You can view an example here.

If you need more detailed reports — including screenshots for each step or raw data in CSV or JSON format — see the Advanced Reports section.

How to download a standard report

  1. Go to the desired test run or suite run.

  2. Open the dropdown menu and click Download report .

  1. Select the report type that you need and click Continue.

  1. Add a custom note if you need to include some additional context in the report, and click Download.

Examples of standard reports

Below, you can see examples of a PDF and a JUnit XML report for a single suite run containing multiple tests.

Last updated

Was this helpful?