NAiOS IconNAiOS Logo
Volver al catálogo

Saucelabs

saucelabs

Sauce Labs provides a comprehensive continuous testing cloud for web and mobile app testing across browsers and devices.

Acciones
7
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 (7)

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 Performance API DefinitionSAUCELABS_GET_API_DEFINITIONAcción

Tool to retrieve the OpenAPI/Swagger JSON documentation for the Sauce Labs Performance API. Use when you need to understand the API specification, endpoints, or schemas available in the Performance API.

Parámetros de entrada

Sin parámetros.

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

Get API StatusSAUCELABS_GET_API_STATUSAcción

Tool to retrieve the current operational status of Sauce Labs services. Use when you need to check if Sauce Labs is up and running or to get current wait times.

Parámetros de entrada

Sin parámetros.

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

Get Appium EOLSAUCELABS_GET_APPIUM_EOLAcción

Tool to retrieve end-of-life information for Appium versions. Returns Unix timestamps indicating when Sauce Labs support for each Appium version will be discontinued. Use when checking version compatibility or planning Appium upgrades.

Parámetros de entrada

Sin parámetros.

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

Get Supported PlatformsSAUCELABS_GET_PLATFORMSAcción

Tool to get supported platforms for an automation API. Use when you need to retrieve available platforms for Appium, WebDriver, or all automation APIs on Sauce Labs.

Parámetros de entrada

  • automation_apistringObligatorioenum

    The automation API to get platforms for. Use 'appium' for Appium platforms, 'webdriver' for WebDriver platforms, or 'all' for all supported platforms.

    appiumwebdriverall

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

Get Tunnel VersionsSAUCELABS_GET_TUNNEL_VERSIONSAcción

Tool to retrieve information about available Sauce Connect tunnel versions. Use when checking for the latest version, downloading specific platform binaries, or listing all available versions.

Parámetros de entrada

  • allboolean

    Set to true to return download information for all available versions.

  • client_hoststring

    Returns info for a specific host OS and CPU architecture (e.g., 'darwin-amd64', 'linux', 'win32').

  • client_versionstring

    Returns download info for a specific Sauce Connect client version (e.g., '4.7.1').

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

Tool to retrieve all jobs for a SauceLabs user. Use when you need to list test execution jobs with optional filters for time range, job type, or owner.

Parámetros de entrada

  • tointeger

    Receive jobs until specific timestamp

  • frominteger

    Receive jobs beginning from a specific timestamp

  • fullboolean

    Should the return result contain everything or just the basics

  • namestring

    Filter by name of the job

  • limitinteger

    Number of results to return (default: 50)

  • ownerstring

    Filter by username of owner of the jobs

  • usernamestringObligatorio

    SauceLabs username to fetch jobs for

  • auto_onlyboolean

    Only return automated jobs (default: false)

  • owner_typestring

    Filter by owner type for jobs

  • manual_onlyboolean

    Only return manual jobs (default: false)

  • subaccountsboolean

    Include subaccounts in list of jobs (default: false)

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

Tool to list virtual device cloud (VDC) testing jobs for a Sauce Labs user. Use when you need to retrieve test execution history or job details.

Parámetros de entrada

  • tostring

    Retrieves jobs up to a specific timestamp in ISO 8601 format.

  • fromstring

    Retrieves jobs from a specific timestamp in ISO 8601 format.

  • skipinteger

    Skips the specified number of jobs in query.

  • limitinteger

    Specifies the number of jobs to return.

  • formatstring

    Returns output in a specified format (json or csv).

  • usernamestringObligatorio

    Your Sauce Labs username.

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