Skip to content
New issue

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

Improve error message on iOS when test or xctestrun-file not set #937

Closed
adamfilipow92 opened this issue Aug 5, 2020 · 2 comments · Fixed by #968
Closed

Improve error message on iOS when test or xctestrun-file not set #937

adamfilipow92 opened this issue Aug 5, 2020 · 2 comments · Fixed by #968
Assignees

Comments

@adamfilipow92
Copy link
Contributor

adamfilipow92 commented Aug 5, 2020

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.

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

@bootstraponline
Copy link
Contributor

I like this idea!

@Sloox
Copy link
Contributor

Sloox commented Aug 5, 2020

If there is a nice message on android it should be the same for IOS too. It makes perfect sense!

@Sloox Sloox self-assigned this Aug 10, 2020
@Sloox Sloox mentioned this issue Aug 10, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants