-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move Step logic to the step package * Remove custom package name from some imports * XcodebuildBuild -> XcodebuildBuilder * Break dependencies of findTestBundle * Test XcodebuildBuilder.findTestBundle * Fix built test dir search for Test Plan enabled projects * Fix merge issue * Add dedicated Step Input for Test Plan * Output export for Test Plan enabled projects * Update e2e tes output check * Update e2e test output check: xctestrun is a file * Update test bundle zip command * Fix test bundle zip path output env key * Update output export comment * Export default Test Plan's xctestrun * Update go-xcode/xcodebuild package * Code cleanup and e2e tests for Test Plan support * Add findTestBundle unit tests for multiple test plans * Add destination to e2e test cases * Update bitrise.yml * Update bitrise.yml * Update go-xcode dependency * Update test device for e2e test cases * Fix yamllint issue * Pull go-xcode with Xcode 14 test target signing * Downgrade go xcode * Lock go-xcode on latest v1 * Update BITRISE_XCTESTRUN_FILE_PATH output description * Craft built test dir path based on the destination * Fix yamllint issue * Update go-xcode/v2 to master * Remove BITRISE_TEST_DIR_PATH step output * Custom SYMROOT to ease output export * Code cleanup and dep update * Fix xctestrun path * Update tests * Update BITRISE_TEST_BUNDLE_ZIP_PATH export * Update test bundle zip * Fix TESTROOT in the generated xctestrun files * Introduce FileManager * Check xctestrun filename * Set SYMROOT if not exist
- Loading branch information
Showing
39 changed files
with
4,568 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ _tmp/ | |
.bitrise* | ||
.gows.user.yml | ||
.idea/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.