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

Export artifacts into xcresult #6980

Closed

Conversation

mojganii
Copy link
Collaborator

@mojganii mojganii commented Oct 14, 2024

This PR introduces the functionality to export build artifacts in the xcresult format. By exporting test results in xcresult, we can take advantage of Xcode’s powerful tools for analyzing test outcomes and improving our testing workflows.


This change is Reviewable

@mojganii mojganii added the iOS Issues related to iOS label Oct 14, 2024
@mojganii mojganii self-assigned this Oct 14, 2024
Copy link

linear bot commented Oct 14, 2024

@mojganii mojganii force-pushed the convert-junit-output-artifacts-to-xcresult-ios-870 branch 4 times, most recently from 3f425e7 to 743ca78 Compare October 15, 2024 07:29
Copy link
Contributor

@buggmagnet buggmagnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit confused, how is changing just the filename turning those junit.xml files into xcresult files ?
Am I missing something here ?

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @mojganii)


.github/workflows/ios-end-to-end-tests-settings-migration.yml line 116 at r2 (raw file):

          test_device_identifier_uuid: ${{ secrets.IOS_TEST_DEVICE_IDENTIFIER_UUID }}
          has_time_account_number: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER_PRODUCTION }}
          no_time_aÏccount_number: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }}

It looks like this was introduced by mistake, please revert this

@mojganii mojganii marked this pull request as draft October 15, 2024 08:26
@mojganii mojganii force-pushed the convert-junit-output-artifacts-to-xcresult-ios-870 branch 9 times, most recently from 941ec21 to 7ef9375 Compare October 15, 2024 15:27
@mojganii mojganii closed this Oct 15, 2024
@mojganii mojganii force-pushed the convert-junit-output-artifacts-to-xcresult-ios-870 branch from 7ef9375 to 51a902e Compare October 15, 2024 15:31
@mojganii mojganii reopened this Oct 15, 2024
@mojganii mojganii closed this Oct 15, 2024
@mojganii mojganii force-pushed the convert-junit-output-artifacts-to-xcresult-ios-870 branch from 923f7ab to d6e69a7 Compare October 15, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants