How can it be known to a build script which .xctestplan will be used at build time?

262 views Asked by At

In Xcode 12, how can it be known at build time which .xctestplan will be used?

I have a build script that needs to take a certain action depending on which xctestplan is currently selected in Xcode when the user presses command-U (to start testing).

If Plan A is active then the script should perform Action A. If Plan B is selected then the script should perform action B. This needs to take place before the testrunner launches.

0

There are 0 answers