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

Update for changed .xcresult format in Xcode 11 #80

Open
babbage opened this issue Sep 20, 2019 · 1 comment
Open

Update for changed .xcresult format in Xcode 11 #80

babbage opened this issue Sep 20, 2019 · 1 comment

Comments

@babbage
Copy link
Collaborator

babbage commented Sep 20, 2019

Xcode 11 fundamentally changes the .xcresult file format. FBSnapshotsViewer would need to be updated in order to detect and parse test results in Xcode 11.

I'm taking a look at this to see how complex this is to resolve. Unsure whether I can commit to resolving this.

Example discussion of this issue in the context of a Fastlane tool here:
fastlane-community/trainer#32

@babbage
Copy link
Collaborator Author

babbage commented Sep 20, 2019

I think it would be worth considering incorporating a dependency on XCResultKit to outsource parsing of these files, and thus hopefully outsource keeping up to date with future changes in .xcresult file format: https://github.com/davidahouse/XCResultKit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant