Bugbug
Learn how to use Bugbug with Composio
Overview
Enum
BUGBUG
Description
Template description for bugbug
Authentication Details
API_KEY
Actions
BUGBUG_GET_TEST_RUN_DETAILS
Get detailed information about test runs from bugbug. this action retrieves test run details with optional filtering parameters.
Action Parameters
Action Response
BUGBUG_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.
Action Parameters
Action Response
BUGBUG_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, description, and timestamps.
Action Parameters
Action Response
BUGBUG_RUN_TEST
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
Action Response