> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Bugbug

Template description for bugbug

<Accordion title="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.
</Accordion>

<Accordion title="Get test run details">
  Get detailed information about test runs from bugbug. this action retrieves test run details with optional filtering parameters.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="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.
</Accordion>
