Sergey Pototsky
Sergey Pototsky

Reputation: 11

Start ios simulator without starting os

Everytime during tests simulator starts with process of loading OS. How I can start it instantly, with pre-loaded OS? Appium version - 1.4.13. Xcode version -7.3. Thanks in advance.

Upvotes: 0

Views: 48

Answers (2)

Sergey Pototsky
Sergey Pototsky

Reputation: 11

SetCapability (fullReset,"false") this is answer

Upvotes: 1

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

Reputation: 23621

You need to boot the device in order to run your tests on it. It's not possible to run your tests on a device that is shutdown. Thus, the device needs to boot first.

Upvotes: 0

Related Questions