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

Running via API

Running via API

BugBug can be connected to CI/CD pipelines, deployment tools, and custom systems through Public API, CLI, or incoming webhooks.

Use this page to choose the right option.

Public API

Use the Public API when you are building a custom integration and need programmatic control.

The Public API can list and manage tests and suites, start runs, check statuses, retrieve results, stop runs, download reports, export/import data, update settings, and manage visual regression reference screenshots.

BugBug provides API documentation in three formats:

Read more about public integration here.

Command Line Interface

Use CLI when you need to run BugBug tests from CI/CD without writing a custom integration.

Learn how to seamlessly integrate BugBug into your existing workflow

Incoming webhooks

Use incoming webhooks when another tool only needs to trigger a test or suite with a single POST request.

Learn more how to use incoming webhooks

Last updated

Was this helpful?