pxctest icon indicating copy to clipboard operation
pxctest copied to clipboard

What is the .xctestrun file for?

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

amesandy-zz avatar May 08 '17 03:05 amesandy-zz

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

plu avatar May 09 '17 01:05 plu