ContributionsMost RecentMost LikesSolutionsRe: Is possible to get displayName in Appium cloud side test Hi, I dont ask for rename device name or device group. Mayby better question. Is possible set displayName to OS enviroment in the same way as UDID for iOS? So then is possible to pick up it from test script like: echo "UDID set to ${IOS_UDID}". Now I must generate test zip for each device with its name. BITBAR_DEVICE_NAME="Apple_iPhone_12_Pro_Max_A2411_14.1" Is possible to get displayName in Appium cloud side test Hello, I use Python tests with Appium cloud side automated test of Unity game. To obtain device name we use UnityEngine.SystemInfo.deviceName, whitch returns something like iPhone instead of displayName Apple iPhone 12 Pro Max A2411 14.1. Is any possibility to get displayName in test enviroment (shell, Apppium)? I checked Appium capabilities, APPIUM_DEVICE enviroment variable, but nothing useful. Re: How to access result files from test Thanks for your answer, which was hopeful to get files from test, copying result files to output-files folder. Iam not able to find runId and deviceSessionId identificators. I found only "testRunId": null in test run configuration. Can someone tell me, where is possible to find runId and deviceSessionId? How to access result files from test Hello, I am using Appium + AltUnity + Python script to run test on mobile devices. Test generates some kinds of result files (txt, raw, png). These files are pulled out from device by Appium to directory on the same level as test script (image of local run result in attachment). But I didn't find these files on result Bitbar web page. How can I access and download these files? Is some API for download these files? Thanks for response. Solved