iOS simulator taking 2-3 minutes every-time for starting/invoking

心已入冬 提交于 2019-12-11 15:26:59

问题


I have set up appium on mac for iOS automation.

It is taking 2-3 minutes everytime to start the simulator.

Most of the sections they said it will take time only first time but here it is taking time everytime

It was a waste of time to wait so much after every execution.

Few links have said to set newCommandTimeout as the capability but that doesn't work.

I am using below version

  • appium-desktop-1.2.7-mac
  • Xcode 8.1
  • Simulator iPhone 7 Plus
  • MacOS Sierra Version 10.12

Any workaround will be helpful :)


回答1:


Check Reset Strategies

if you add capability noReset=true, your simulator will be started only once



来源:https://stackoverflow.com/questions/47694434/ios-simulator-taking-2-3-minutes-every-time-for-starting-invoking

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!