Bugbug icon

Bugbug

Low-code web test automation tool for tests, suites, and test-run results.

Helps QA teams trigger test runs from an automation pipeline, list available suites and tests, and inspect detailed run history.

Sign in to connect Bugbug

Sign in to connect an account and start using Bugbug in your apps.

Example Use Cases

These are example ways Snow can use Bugbug when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Get test run details

Get detailed information about test runs from BugBug. This action retrieves a paginated list of test runs with comprehensive details including execution status, timing information, browser settings, and error details. Supports filtering by start time and sorting by various fields. Useful for monitoring test execution history, analyzing test performance, and debugging test failures.

List suites

List all available test suites in the Bugbug platform. This tool makes a GET request to the /suites/ endpoint and returns a list of available test suites with pagination support.

List tests

Retrieves a list of all available tests in the BugBug account. This action provides access to all tests in the account with pagination support. It returns basic information about each test including its ID, name, active status, and recording status.

Run test

Execute a test in BugBug and return the test run details. This action triggers a test run with optional configuration for browser, device, viewport, and variable overrides. It returns the test run ID, status, modification timestamp, and a URL to view detailed results in the BugBug web application.