You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
<!-- Provide a general summary of your changes -->
Allows looking up a physical iOS device not just by name, but also uuid.
## Related Issue
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please link to the issue here: -->
/
## Context
<!-- Why this feature was implemented in this particular way? -->
<!-- Is there anything reviewer needs to know before conducting code
review? -->
When running test on AWS DF we just get the UUID in the envs. Right now
i have to do a manual lookup to get the device name which is a bit
cumbersome, and it would be nicer to just pass the uuid :)
## Testing
<!-- Please describe how you tested your changes -->
added a test to the repo
---------
Co-authored-by: Szymon Chmal <szymon@chmal.it>
Harness now lets you target connected physical iOS devices by hardware UDID as well as by device name or CoreDevice identifier, which makes it easier to select the exact device when multiple phones share similar names.
0 commit comments