Bugbug

Bugbug is a low-code test automation tool. The easiest way to cut costs of software testing. Automate your web app testing 3x faster without scaling your QA team.

4 actions Integration catalog
Request access
Connect Bugbug once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get test run detailsBUGBUG_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 suitesBUGBUG_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 testsBUGBUG_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 testBUGBUG_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.