plu / pxctest

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

What is the .xctestrun file for? #42

Open amesandy-zz opened 7 years ago

plu commented 7 years ago

It contains necessary information to execute the tests. For each test target it contains an entry with the path to the test host, some environment variables, command line arguments, ...

This file is not only used by pxctest, but also by xcodebuild when you use test-without-building.

You can find an example here: https://github.com/plu/pxctest/blob/master/PXCTestKitTests/Fixtures/Sample_iphonesimulator10.3-x86_64.xctestrun