Reputation: 41
I want to write UI tests for ios.
can I run them (from xcode) without device or simulator as destination?
for example: I want to test click on btn and check if something happened, but not want that test run it on simulator or device.
(I know that in android you can use robolectric to do it).
Upvotes: 1
Views: 645
Reputation: 31
I'm sorry but there is no other solutions for it. You can only make a choice between device or simulator.
Upvotes: 1