Choose devices and browsers in Jenkins
After choosing credentials for Cloud, all available browsers and devices for the user will be shown in 2 different lists:
Devices list
This list will present the user with all available devices to choose from.
Chosen devices will be populated in the environment variable CONTINUOUS_TESTING_DEVICES in JSON format.
Example Expand source
[
{
"udid": "1115fbd4746c2f05",
"deviceName": "Samsung S6 Edge",
"deviceOs": "Android",
"osVersion": "7.0",
"model": "SM-G928C",
"manufacturer": "samsung",
"deviceCategory": "PHONE",
"region": "Europe - Master",
"tags": [
"stable",
"new_device_2019"
"expensive"
]
}, {
"udid": "sfkgjhhsdjkfhs",
"deviceName": "Samsung S7",
"deviceOs": "Android",
"osVersion": "8.0",
"model": "SM-G929C",
"manufacturer": "samsung",
"deviceCategory": "PHONE",
"region": "Europe - Master",
"tags": [
"stable",
"new_device_2019"
"expensive"
]
}
]
Browsers List
This list will present the user with all available browsers to choose from.
Chosen browsers will be populated in the environment variable CONTINUOUS_TESTING_BROWSERS in JSON format.
Example Expand source
[
{
"browserName" : "MicrosoftEdge",
"browserVersion" : "90.0.478.25",
"platform" : "WIN10",
"osName" : "Windows 10",
"agentName" : "Bloop",
"region" : "Master"
}, {
"browserName" : "MicrosoftEdge",
"browserVersion" : "89.0.416.68",
"platform" : "WIN10",
"osName" : "Windows 10",
"agentName" : "Bloop",
"region" : "Master"
}
]