We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author the user story for this feature
As a user, I want to see a better message when I don't set a test or xctestrun-file so I can easily understand what I do wrong.
test
xctestrun-file
Is your feature request related to a problem? Please describe.
now message for iOS look like
IosArgs ... RunTests java.io.FileNotFoundException: /Users/.../Repos/flank/test_runner (Is a directory) ... Process finished with exit code 1
on android, we have a clear message
One of following options must be specified [test, robo-directives, robo-script]. Process finished with exit code 2
Describe the solution you'd like I think we can display a message like on android devices.
WDYT
@bootstraponline @jan-gogo @pawelpasterz @piotradamczyk5 @Sloox
The text was updated successfully, but these errors were encountered:
I like this idea!
Sorry, something went wrong.
If there is a nice message on android it should be the same for IOS too. It makes perfect sense!
Sloox
Successfully merging a pull request may close this issue.
Author the user story for this feature
As a user, I want to see a better message when I don't set a
test
orxctestrun-file
so I can easily understand what I do wrong.Is your feature request related to a problem? Please describe.
now message for iOS look like
on android, we have a clear message
Describe the solution you'd like
I think we can display a message like on android devices.
WDYT
@bootstraponline @jan-gogo @pawelpasterz @piotradamczyk5 @Sloox
The text was updated successfully, but these errors were encountered: