I have a few configurations in my XCode project's test plan, by default, executing UI tests will execute all configurations, but for some requirement I need to exclude one or two based on certain conditions on CI, I found that I can specify what scheme or test plan to execute, but is there a way to specify what test plan configurations to include or exclude, from command line? Thanks!
XCode TestPlan: specify which configuration to use from command line
1.6k views Asked by Heuristic At
1
You can pass the configurations like this:
Or skip configurations like this:
The relevant lines from the help page: