How to create a distributable bundle for Android app testing with WPF C# application, including Appium and UIAutomator2 driver?
I’m trying to create a distributable bundle (.zip) that contains all the necessary tools for executing actions (such tap button, activate/deactivate radiobutton) within Android apps using a WPF C# application. The goal is to allow clients to run Android tests locally using the Appium server without having to worry about dependencies from the Android SDK, adb.exe, and other related libraries.
What I’ve tried so far: