-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add support for Xcode 11 new xcresult format #34
Conversation
3f88286
to
ce9ee0c
Compare
ce9ee0c
to
f64454c
Compare
Hey josh. First of all, thanks for the PR! There's still an obsolete error message in case one points to an incorrect path:
As |
@forceunwrap Thanks for mentioning that! I fixed this PR for both of those 😊 |
That was fast, thanks 😁 |
Fixes #32
Motivation
Support Xcode 11 xcresult format
Progress
xcrun
commands to get the JSON outputDescription
Files changed
.xcresult
file for testsSummary
*.xcresult
xcrun xcresulttool formatDescription
inxcresult.rb
xcrun xcresulttool get --format json --path #{path}
xcrun xcresulttool get --format json --path #{path} --id #{id}
Results
From Xcode 10
From Xcode 11