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

feat: add result bundle arguments #410

Merged
merged 1 commit into from
Oct 24, 2020
Merged

Conversation

KazuCocoa
Copy link
Member

resultBundle has been matured. Our WDA is also getting vanilla XCTest more, so our steps also can record on the result file. It helps debug something or as a record in XCTest framework level.

We can see like below result via .xcresult file which is available in a log file. The log file can specify by -resultBundlePath.
xcodebuild command has -resultStreamPath, but I could not find how it works. So, this PR only adds resultBundlePath and resultBundleVersion. resultBundleVersion is 3 by default (and allow only 3 so far) in recent Xcode versions. I'm not sure if the version will provide multiple versions in the future, but it should help to specify the result bundle parameter.

image

In the future, we can provide some options over xcresulttool.

@KazuCocoa
Copy link
Member Author

@KazuCocoa KazuCocoa merged commit 85464ae into appium:master Oct 24, 2020
@KazuCocoa KazuCocoa deleted the result-bundle branch October 24, 2020 22:34
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

Successfully merging this pull request may close these issues.

None yet

2 participants