Releases: AppiumTestDistribution/appium-device-farm
Releases · AppiumTestDistribution/appium-device-farm
v1.0.0-beta.8
- Fixed #177
- Device management is moved to node-cache
- Added support for CLI Args - Supported options Android, iOS and both
- Performance tweaks
v1.0.0-beta.7
-
Queuing of test cases until free is available.
-
Bug fixes
v1.0.0-beta.6
merge firstMatch and alwaysMatch
v1.0.0-beta.5
bump version to 1.0.0-beta.5
v1.0.0-beta.4
bump version
Bug Fixes
v1.0.0-beta.3 fix simulator run parallel with android
iOS Simulator Support
v1.0.0-beta.2 update ReadMe
v1.0.0-beta.1
- Automatically detects connected android devices before session creation and maintains it in the global device pool.
- Dynamically allocates a free device from the global device pool while creating driver session.
- Dynamically updates global device pool when a new device is detected or an existing device is removed during the test execution.
- Dynamically updates global device pool by polling for connected devices every 10 seconds.
- Automatically allocates a free port to
systemPort
capability during session creation.