Skip to content

Instantly share code, notes, and snippets.

View ZGrauer's full-sized avatar

Zachary Grauerholz ZGrauer

View GitHub Profile
@ZGrauer
ZGrauer / gist:6cd9f6c7628d6deec0fe1e0141362cc1
Created March 3, 2023 16:26
Appium Dashboard Android Test using Custom Capability - Applium Logs
2023-03-03 10:02:51:223 - [HTTP] {"capabilities":{"alwaysMatch":{"appium:deviceName":"emulator-5554","appium:udid":"emulator-5554","appium:automationName":"UiAutomator2","platformName":"Android","appium:appPackage":"com.android.settings","appium:appActivity":"com.android.settings.Settings","dashboard:videoResolution":"1920x1080","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:deviceName":"emulator-5554","appium:udid":"emulator-5554","appium:automationName":"UiAutomator2","platformName":"Android","appium:appPackage":"com.android.settings","appium:appActivity":"com.android.settings.Settings","dashboard:videoResolution":"1920x1080","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}
2023-03-03 10:02:51:224 - [debug] [AppiumDriver@dd51] Calling AppiumDriver.createSession() with ar
@ZGrauer
ZGrauer / gist:1b3d239831093bc6778a8fc88c4ded6d
Created March 3, 2023 16:25
Appium Dashboard Android Test using Default Video Size - Applium Logs
PS C:\Users\zgrauer1> appium --use-plugin=appium-dashboard --relaxed-security --base-path /wd/hub --allow-insecure true --log-timestamp --local-timezone --allow-cors --log-level debug
2023-03-03 10:01:07:031 - [Appium] Attempting to load plugin appium-dashboard...
2023-03-03 10:01:07:035 - [debug] [Appium] Requiring plugin at C:\Users\zgrauer1\dev\appium-dashboard-plugin-master
2023-03-03 10:01:10:298 - [ADB] Found 4 'build-tools' folders under 'C:\ProgramData\Android\Sdk' (newest first):
2023-03-03 10:01:10:299 - [ADB] C:/ProgramData/Android/Sdk/build-tools/34.0.0-rc1
2023-03-03 10:01:10:300 - [ADB] C:/ProgramData/Android/Sdk/build-tools/32.0.0
2023-03-03 10:01:10:300 - [ADB] C:/ProgramData/Android/Sdk/build-tools/31.0.0
2023-03-03 10:01:10:300 - [ADB] C:/ProgramData/Android/Sdk/build-tools/29.0.3
2023-03-03 10:01:10:310 - [ADB] Using 'adb.exe' from 'C:\ProgramData\Android\Sdk\platform-tools\adb.exe'
2023-03-03 10:01:10:312 - [debug] [ADB] Running 'C:\ProgramData\Android\Sdk\platform-tools\ad