Bugbug

Learn how to use Bugbug with Composio

Overview

Enum

BUGBUG

Description

Template description for bugbug

Authentication Details

api_key
stringRequired

Actions

Get detailed information about test runs from bugbug. this action retrieves test run details with optional filtering parameters.

Action Parameters

ordering
stringDefaults to -started
page
integerDefaults to 1
page_size
integerDefaults to 10
started_after
string

Action Response

data
object
error
successful
boolean

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.

Action Parameters

page
integerDefaults to 1
page_size
integerDefaults to 10

Action Response

data
object
error
successful
boolean

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, description, and timestamps.

Action Parameters

page
integerDefaults to 1

Action Response

data
object
error
successful
boolean

Execute a test in bugbug and return the test run details. this action allows you to run a specific test with optional configuration for browser, device, viewport, and variable overrides. it returns detailed information about the test run including step-by-step execution status.

Action Parameters

profile
object
test_id
stringRequired
variables
array

Action Response

data
object
error
successful
boolean