This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Releases: ochubey/device-dealer
Releases · ochubey/device-dealer
Initial release after moving to open source
This release support MacOS based platforms for iOS/Android device management that is needed for Appium parallel test execution.
Release contains:
- System:
- analysis of dependencies;
- simple UI representation of the device list;
- basic configuration in
config.properties
; - providing information about devices via API;
- orchestration of device pool and test execution flow.
- Both platforms:
- automatic uninstallation of black listed applications;
- execution/termination of Appium servers for each phone/emulator connected/disconnected;
- Android only:
- possibility to enable emulators support;
- unlocking devices with 0000 pin code if locked;
- discovering devices with debug enabled via adb.
- iOS only:
- discovering real devices via instruments;
- preparation and execution of IWK and WDA for each device.