Skip to content

2.7 (2024-05-27)

Compare
Choose a tag to compare
@vdelendik vdelendik released this 27 May 15:24
· 100 commits to master since this release
1d3c6e8

Enhancements

  • [#328] appium contstantly restarting due to the inotify init failure
  • [#327] bump up to uploader:3.6
  • [#323] bump up to released mcloud-device:2.7
  • [#322] bump up to released mcloud-ios-connector and mcloud-android-connector
  • [#319] bump up to appium:2.1
  • [#318] integrate stf url and token vars to move devices into Unheathly state
  • [#312] MacOS: add support of ios-connector
  • [#169] Appium error: An unknown server-side error occurred while processing the command. Could not proxy command to the remote server.

Migration Steps

  • Pull latest changes
  • Add new STF_API_URL and STF_AUTH_TOKEN vars into roles/devices/vars/main.yml or roles/mac-devices/vars/main.yml

    For example STF_API_URL: http://demo.zebrunner.farm/api/v1 and token

  • Execute ansible script according to platform
    //Linux
    ansible-playbook -vvv -i hosts devices.yml
    
    //MacOS
    ansible-playbook -vvv -i hosts mac-devices.yml
    
  • Restart device containers using ./zebrunner.sh restart or zebrunner-farm restart