You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
Hi
I want to run my test targets parallel in same version of simulators.Is that possible?
to be more clear what I want to do is
targetA -----ios 6 version 10.1
targetB------ios 6 version 10.1
The text was updated successfully, but these errors were encountered:
It's not possible to do this in a single invocation of pxctest run-tests. What you could do is boot two simulators in a different device set path, and then run in parallel:
when i run this command pxctest boot-simulators \ --deviceset /tmp/test-simulators \ --destination 'name=iPhone 5,os=iOS 9.3' \ --destination 'name=iPad Retina,os=iOS 9.3'
i get Unknown command: boot-simulators`` do i miss something?
hi @okanerdogan84 ! I have a working python script and json file to accomplish what you are looking for, using "-only" and spawning multiple processes to divvy tests up among multiple, headless simulators, see below, let me know if you have any questions!
Hi
I want to run my test targets parallel in same version of simulators.Is that possible?
to be more clear what I want to do is
targetA -----ios 6 version 10.1
targetB------ios 6 version 10.1
The text was updated successfully, but these errors were encountered: