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?