Hello !
It would be nice if we have a feature, that iOS simulator will not close between tests. I think re-install the app is enough.
Can we expect this feature?
Thanks
created
Jun '15
last reply
Jun '15
- 4
replies
- 2.3k
views
- 2
users
- 1
link
Hello !
It would be nice if we have a feature, that iOS simulator will not close between tests. I think re-install the app is enough.
Can we expect this feature?
Thanks
@sebv what do you think about executing next commands between tests?
xcrun simctl uninstall booted com.myapp
xcrun simctl install booted myapp.app
For me, it seems like a dirty solution, but at the moment I don't see other ways to reset app state.