Skip to content

Releases: zebrunner/mcloud

1.3 (2021-01-22)

22 Jan 12:40
9c1f399
Compare
Choose a tag to compare

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)

02 Nov 20:34
43d1bce
Compare
Choose a tag to compare

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

  1. Pull latest changes for "ios-slave" branch
  2. 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
  1. Reconfigure LaunchAgent scrips based on new instructions
    Note: some renamings happened in agents, properties and scripts!

  2. Update properties putting valid slave and master values

  3. Load new Agents and analyze iOS slave could operate correctly.