-
Notifications
You must be signed in to change notification settings - Fork 4
feat: pre-load attachments on ios simulators #75
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c177bfa
feat: create simulators pre-loaded with attachments
Miki-Session 84f7cec
fix: tidy up scripts
Miki-Session 9cd0d87
Merge branch 'dev' into fix/preloaded-simulators
Miki-Session 9b646c4
fix: ensure ci runs use json
Miki-Session d6665a1
feat: add ci simulators json file
Miki-Session ad50839
fix: don't clean up json in local dev
Miki-Session 273b504
chore: blacklist done/donate
Miki-Session 347f863
chore: linting
Miki-Session 7e5c057
refactor: move boot and shutdown to shared file
Miki-Session 2407b4c
refactor dynamic simulator loading
Miki-Session 6c67180
feat: cycle through worker pool on retry
Miki-Session 09d4c6a
chore: make note of DEVICES_PER_TEST_COUNT
Miki-Session 52d2a3a
Merge remote-tracking branch 'origin/dev' into feat/preloaded-simulators
Miki-Session d28bda1
chore: tidy up comments
Miki-Session 5e870ab
chore: linting
Miki-Session 1aada4e
fix: remove env vars from android file too
Miki-Session c9a4ad2
fix: address PR comments
Miki-Session 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
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -31,4 +31,5 @@ test-results/ | |
README.md | ||
package.json | ||
/avd/ | ||
run/localizer/* | ||
run/localizer/* | ||
ci-simulators.json |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"name": "Auto-16PM-0", | ||
"udid": "4D0EDB6B-9517-4E9F-AD80-4853604401FB", | ||
"wdaPort": 1253 | ||
}, | ||
{ | ||
"name": "Auto-16PM-1", | ||
"udid": "145BA489-0AAB-473F-9238-57C8AD75576A", | ||
"wdaPort": 1254 | ||
}, | ||
{ | ||
"name": "Auto-16PM-2", | ||
"udid": "6F8F94E6-5623-4C8C-88A0-DAE34F343BCE", | ||
"wdaPort": 1255 | ||
}, | ||
{ | ||
"name": "Auto-16PM-3", | ||
"udid": "5CFFE21B-26BE-4636-99FE-B5D7B8DC76C4", | ||
"wdaPort": 1256 | ||
}, | ||
{ | ||
"name": "Auto-16PM-4", | ||
"udid": "570FEA9F-AFC2-4CCE-B637-290D0EE290C4", | ||
"wdaPort": 1257 | ||
}, | ||
{ | ||
"name": "Auto-16PM-5", | ||
"udid": "09D47861-AF97-4D56-9DC1-9839168AA3CA", | ||
"wdaPort": 1258 | ||
}, | ||
{ | ||
"name": "Auto-16PM-6", | ||
"udid": "3C7A031A-3224-40A9-86C7-BE64B8B6E0A2", | ||
"wdaPort": 1259 | ||
}, | ||
{ | ||
"name": "Auto-16PM-7", | ||
"udid": "BA458AF8-C3F9-41E7-8B76-61157EA5EDF3", | ||
"wdaPort": 1260 | ||
}, | ||
{ | ||
"name": "Auto-16PM-8", | ||
"udid": "5C799A8A-2AE0-4ED9-A077-BCC703ABF7E0", | ||
"wdaPort": 1261 | ||
}, | ||
{ | ||
"name": "Auto-16PM-9", | ||
"udid": "AEE0AE84-26FA-42FE-85CD-82780DF1154C", | ||
"wdaPort": 1262 | ||
}, | ||
{ | ||
"name": "Auto-16PM-10", | ||
"udid": "5B947D6C-DAE0-4066-9263-C2B3E1B4E970", | ||
"wdaPort": 1263 | ||
}, | ||
{ | ||
"name": "Auto-16PM-11", | ||
"udid": "662F717D-A26D-47C7-A47B-E5090B1C4239", | ||
"wdaPort": 1264 | ||
} | ||
] |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.