How to show list of all test bundle under iOS workspace?
I am currently running below commands but its showing all configurations,
xcodebuild -workspace MyTestWorkspace.xcworkspace -list
I want to filter only the test bundles.
How to show list of all test bundle under iOS workspace?
I am currently running below commands but its showing all configurations,
xcodebuild -workspace MyTestWorkspace.xcworkspace -list
I want to filter only the test bundles.