Bugbug
bugbugBugbug 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.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get test run detailsBUGBUG_GET_TEST_RUN_DETAILSAcciónGet detailed information about test runs from bugbug. this action retrieves test run details with optional filtering parameters.
BUGBUG_GET_TEST_RUN_DETAILSAcciónGet detailed information about test runs from bugbug. this action retrieves test run details with optional filtering parameters.
Parámetros de entrada
pageintegerPage number for pagination
orderingstringSort order for results
page_sizeintegerNumber of items per page
started_afterstringISO 8601 formatted timestamp to filter runs that started after this time
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List suitesBUGBUG_LIST_SUITESAcciónList 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.
BUGBUG_LIST_SUITESAcciónList 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.
Parámetros de entrada
pageintegerPage number for pagination
page_sizeintegerNumber of items per page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List testsBUGBUG_LIST_TESTSAcciónRetrieves 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.
BUGBUG_LIST_TESTSAcciónRetrieves 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.
Parámetros de entrada
pageintegerPage number for pagination
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Run testBUGBUG_RUN_TESTAcciónExecute 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.
BUGBUG_RUN_TESTAcciónExecute 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.
Parámetros de entrada
profileobjectModel for test run profile configuration.
test_idstringObligatorioThe ID of the test to run
variablesobject[]List of variables to override for this test run
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not