sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
113 stars 28 forks source link

is there any option to set adb remote server? #114

Open macro-dadt opened 1 year ago

macro-dadt commented 1 year ago

In Appium, we can set adb remote server to run tests on remote devices. Since Appium and appium-dashboard-plugin are both using appium-adb, I assume it is possible to set adb remote server for appium-dashboard-plugin aslo. However, I couldn't find it anywhere. Could anyone please help me out? This is super crucial for me to build a distributed cloud-based system

macro-dadt commented 1 year ago

So the concept here is to utilize Appium nodes in the cloud, they are accessing mobile devices via an on-premise ADB server.