How can we pass the test-flags while running "xcode-project run-tests" command? #2003
Replies: 2 comments 4 replies
-
Hi @SamarthKejriwal, Let me check with the devs and I will keep you posted. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @SamarthKejriwal, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
iOS (Swift, Objective-C)
Steps to reproduce
I read the documentation and found the use case of
test-xcargs
when running thexcode-project run-tests
command.Checking the whole CLI doc also I was not able to figure out the syntax to write the
test-flags
in the command.Command That is tried was -
xcode-project run-tests --workspace "ABC.xcworkspace" --scheme "ABCUITests" --device "iOS 16.2 iPhone 14" --test-only "ABCUITests" --test-flags "-skip-testing=ABCUITests/ABCLaunchTimeTest" --verbose.
Expected results
The command should run successfully
Actual results
The following error was shown -
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions