test-suite
2023.4
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
- CI/CD integrations
Cloud devices
Test Suite User Guide
Last updated Aug 13, 2024
Cloud devices
To add a device from Sauce Labs into MDM, perform the following steps:
- Visit the Sauce Labs website and go to Platform Configurator.
- Under Platform, select the desired operating system (OS) and
version.
For example, you can select
Android 13.0 Emulator
. - Under the OS configuration, select the desired device type.
For example,
Android Google API Emulator
. - Under Config Script, select the Appium version to use, and the
programming language for displaying the configuration script.
For example, you can select
Appium 2.0.0
andc#
as the programming language.Figure 1. The platform configurator for Sauce Labs
- Refer to the configuration script generated in Sauce Labs to configure your
device in MDM:
- Appium URL - Enter
the Appium server URL where your device is hosted.
To retrieve the Appium URL from Sauce Labs, use one of the following methods:
- If the URL is
explicitly displayed in the configuration script, copy the
string corresponding to the
url
variable. - Navigate to Account then User Settings, and copy the string from Driver Creation.
- If the URL is
explicitly displayed in the configuration script, copy the
string corresponding to the
- Device Name -
Enter the value corresponding to the
appium:deviceName
variable. - Platform Version -
Enter the value corresponding to the
appium:platformVersion
variable. - Additional Desired
Capabilities - Enter the value corresponding to the
appiumVersion
/appium_Version
variable in the following format:- Name
sauce:options
- Value
{"appiumVersion":"2.0.0"}
For more information, see Sauce Labs Platform Configurator.
Figure 2. Adding a cloud device from Sauce Labs in MDM
- Name
- Appium URL - Enter
the Appium server URL where your device is hosted.