Releases: zebrunner/mcloud
Releases · zebrunner/mcloud
1.3 (2021-01-22)
Enhancements
- [#80] Provided fully secured dynamic access to appium only when device is occupied in STF
- [#78] Improved setup process to be able ti execute on MacOS as well (Important: MacOS is not officially supported yet, just movements to this direction!)
- [#76] Removed STF_HOST_PROVIDER_PUBLIC for iOS and Android
- [#75] Unified setup and start/restart using
./zenrunmer.sh
shell script - [#71] Removed ftp container and all references inside mcloud
- [#70] Synced with the latest 3.5.0 version from DeviceFarmer
- [#65] Moved ios/android slave into an independent repositories: mcloud-ios and mcloud-android
Fixes
- N/A
Migration Steps
- Combined migration steps are published in Zebrunner Community Edition release notes
1.2 (2020-11-02)
Enhancements
- [#64][#62][#61][#59][#55] Improved iOS devices management:
- renamed shell scripts removing "Node"
- improved negative cases analysis for failed WDA and unsupported devices
- improved log messages and combined LaunchAgents log into the single ./logs/agents.log file
- [#58] Adjusted default timeout settings to be in sync with Zebrunner CE NGiNX web server
Fixes
[#46] Made selenium-hub container depended on the stf-app
Migration Steps
- Pull latest changes for "ios-slave" branch
- Unload old LaunchAgents
launchctl unload ~/Library/LaunchAgents/syncDevices.plist
launchctl unload ~/Library/LaunchAgents/syncWDA.plist
launchctl unload ~/Library/LaunchAgents/syncAppium.plist
launchctl unload ~/Library/LaunchAgents/syncSTF.plist
-
Reconfigure LaunchAgent scrips based on new instructions
Note: some renamings happened in agents, properties and scripts! -
Update properties putting valid slave and master values
-
Load new Agents and analyze iOS slave could operate correctly.