NAiOS IconNAiOS Logo
Volver al catálogo

Bugbug

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.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • orderingstring

    Sort order for results

  • page_sizeinteger

    Number of items per page

  • started_afterstring

    ISO 8601 formatted timestamp to filter runs that started after this time

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List suitesBUGBUG_LIST_SUITESAcción

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.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • page_sizeinteger

    Number of items per page

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List testsBUGBUG_LIST_TESTSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number for pagination

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Run testBUGBUG_RUN_TESTAcción

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.

Parámetros de entrada

  • profileobject

    Model for test run profile configuration.

  • test_idstringObligatorio

    The ID of the test to run

  • variablesobject[]

    List of variables to override for this test run

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not