-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Xcuitestrunner over tunnel (iOS 17) #301
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8036cdf
Implementing xcuitestrunner over tunnel
diegoperini 086b2bc
Remvoed dead code
diegoperini 6a8dc5c
Debugging
diegoperini c1a4151
Merge branch 'ios-17' into dp-xcuitestrunner-ios17
diegoperini c21b1a1
Implemented xcuitest and reusable connections
diegoperini 8898126
Clean up
diegoperini bccb2a5
Polish in coments
diegoperini 355fe8a
Polish after review
diegoperini 0fa16ea
Fixing CI
diegoperini 10d0158
Trying go 1.18
diegoperini abcbace
Trying go 1.19
diegoperini 1fd2109
Trying go 1.20
diegoperini d030aa5
Trying go 1.21
diegoperini 089d099
Rolled back to go 1.17
diegoperini de74eb0
Using go 1.20
diegoperini 7406497
Installed pcap on linux CI tests
diegoperini d17946c
Fixing pcap in CI
diegoperini 9a3162e
Fixed typo in last commit
diegoperini 0d3b0bf
Merge branch 'ios-17' into dp-xcuitestrunner-ios17
diegoperini 4675bd9
Merge branch 'ios-17' into dp-xcuitestrunner-ios17
diegoperini 8af54f9
Merge branch 'ios-17' into dp-xcuitestrunner-ios17
diegoperini 31d9bdd
Merge branch 'ios-17' into dp-xcuitestrunner-ios17
diegoperini a62f523
Fixed main.go imports
diegoperini c1f5e98
Revisited some xcuitest info logs and changed those to debug logs
diegoperini 9b0a446
Removed unnecessary CI script step
diegoperini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything except this line is a duplicate of
NewLockdownConnection
. This can be handled in a better way to have less duplication.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DTX connection part is now under its own function.