plu / pxctest

Execute tests in parallel on multiple iOS Simulators
MIT License
800 stars 57 forks source link

Test Scheme Pre-Action not being executed #29

Closed davetobin closed 7 years ago

davetobin commented 7 years ago

I've noticed that Pre-action scripts of test schemes do not get executed. It works when running with Xcode. Should this work with pxctest? Thanks in advance.

This is where I have the pre-action script:

image

plu commented 7 years ago

I am sorry to tell you that this is currently not supported.

davetobin commented 7 years ago

No problem. Just wanted to check. Do you know if it would be easy to implement? Also, is it something you would welcome in pxctest if it was implemented?

plu commented 7 years ago

Does the script get executed when you use xcodebuild ... build-for-testing and xcodebuild ... test-without-building?

davetobin commented 7 years ago

I haven't gotten around to testing this yet. I'm going to close for now and if I get around to it I will reopen. Thanks.