pxctest icon indicating copy to clipboard operation
pxctest copied to clipboard

Open too many simulators (I wrote only 2 destinations)

Open amesandy-zz opened this issue 8 years ago • 1 comments

Using this pxctest
run-tests
--destination 'name=iPad Air,os=iOS 10.2'
--destination 'name=iPad Air,os=iOS 10.2'
--testrun "/Users/username/Library/Developer/Xcode/DerivedData/MyApp-erqmuczdcogowjdmkomhdxdfgnfa/Build/Intermediates/CodeCoverage/Products/MyApp_iphonesimulator10.2-x86_64.xctestrun"

I see more than 5 simulator opening and it keeps opening more, I have to kill command line to stop it.

amesandy-zz avatar Mar 30 '17 17:03 amesandy-zz

It runs all test targets in parallel. You can limit that via --only targetname.

plu avatar Mar 31 '17 02:03 plu