Skip to content

1.2 (2020-11-02)

Compare
Choose a tag to compare
@avabishchevich avabishchevich released this 02 Nov 20:34
· 256 commits to master since this release
43d1bce

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.