UI tests from the command line

We are trying to build tooling around UI tests. We'd like to get a list of all of the UI tests in our project. Does anyone know how to do this on the command line using xcodebuild or some other command line tool?


Also, do you know if it's possible to ask xcodebuild to only run specific tests via the command line some how?

You can now configure a Test Plan to run your UI Tests, and run that test plan from xcodebuild.

The solution is outlined in this post, here:

https://developer.apple.com/forums/thread/119603

UI tests from the command line
 
 
Q