You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Hello , I would love to be able to get a list of all my tests, eg for counting and ensuring that when a suite is done that it did actually test the expected number of tests.
However, when I try to use the listTestsOnly feature, I only get back the target, not the tests. In other words, if I pass a value on the commandline I get its value back.
Is this as it is designed? Or am I missing something?
Hello, I'm facing the same issue with xctool 0.3.7 and Xcode 11 on macOS Mojave. I'd love to see this feature fixed, it'd open up some interesting continuous integration scenarios and is currently not available with xcodebuild. Are there plans to look into it in the future? Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello , I would love to be able to get a list of all my tests, eg for counting and ensuring that when a suite is done that it did actually test the expected number of tests.
However, when I try to use the listTestsOnly feature, I only get back the target, not the tests. In other words, if I pass a value on the commandline I get its value back.
Is this as it is designed? Or am I missing something?
If I run it without the -only , then it shows just a list of all our Kits, again not including the tests inside them.
References.
1.FYI, An old Ticket on this feature was
xctool hangs at
run-tests --listTestsOnly
(Xcode 7.3) #6892.Initial implementation : Add new flag to run-tests/test action:
-listTestsOnly
#356Merged LegNeato merged 1 commit into master from nekto/add_list_tests_flag on Apr 27, 2014
3.Code https://github.com/facebook/xctool/search?utf8=✓&q=onlylist&type=
4.SO https://stackoverflow.com/questions/45268746/how-to-list-all-test-cases-using-xcodebuild-without-running
The text was updated successfully, but these errors were encountered: