Saucelabs
saucelabsSauce Labs provides a comprehensive continuous testing cloud for web and mobile app testing across browsers and devices.
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ónTool 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.
SAUCELABS_GET_API_DEFINITIONAcciónTool 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
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
Get API StatusSAUCELABS_GET_API_STATUSAcciónTool 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.
SAUCELABS_GET_API_STATUSAcciónTool 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
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
Get Appium EOLSAUCELABS_GET_APPIUM_EOLAcciónTool 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.
SAUCELABS_GET_APPIUM_EOLAcciónTool 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
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
Get Supported PlatformsSAUCELABS_GET_PLATFORMSAcciónTool 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.
SAUCELABS_GET_PLATFORMSAcciónTool 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_apistringObligatorioenumThe 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
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
Get Tunnel VersionsSAUCELABS_GET_TUNNEL_VERSIONSAcciónTool 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.
SAUCELABS_GET_TUNNEL_VERSIONSAcciónTool 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
allbooleanSet to true to return download information for all available versions.
client_hoststringReturns info for a specific host OS and CPU architecture (e.g., 'darwin-amd64', 'linux', 'win32').
client_versionstringReturns download info for a specific Sauce Connect client version (e.g., '4.7.1').
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 JobsSAUCELABS_LIST_JOBSAcciónTool 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.
SAUCELABS_LIST_JOBSAcciónTool 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
tointegerReceive jobs until specific timestamp
fromintegerReceive jobs beginning from a specific timestamp
fullbooleanShould the return result contain everything or just the basics
namestringFilter by name of the job
limitintegerNumber of results to return (default: 50)
ownerstringFilter by username of owner of the jobs
usernamestringObligatorioSauceLabs username to fetch jobs for
auto_onlybooleanOnly return automated jobs (default: false)
owner_typestringFilter by owner type for jobs
manual_onlybooleanOnly return manual jobs (default: false)
subaccountsbooleanInclude subaccounts in list of jobs (default: false)
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 VDC JobsSAUCELABS_LIST_VDC_JOBSAcciónTool 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.
SAUCELABS_LIST_VDC_JOBSAcciónTool 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
tostringRetrieves jobs up to a specific timestamp in ISO 8601 format.
fromstringRetrieves jobs from a specific timestamp in ISO 8601 format.
skipintegerSkips the specified number of jobs in query.
limitintegerSpecifies the number of jobs to return.
formatstringReturns output in a specified format (json or csv).
usernamestringObligatorioYour Sauce Labs username.
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