docs: Create a guide for testing using tunnels - #2753
Conversation
| - As with a single server, never assign the **same UDID to multiple concurrent sessions** unless | ||
| your test coordination knows exactly what it is doing. | ||
|
|
||
| ## tvOS‑specific notes |
There was a problem hiding this comment.
I haven't verified fully yet, but looks like for tvOS, we still need to do something more.
start-appletv-tunnelhttps://github.com/appium/appium-ios-remotexpc/blob/f90af346c7a52b92f82c54a88039ebfba0ddcd16/package.json#L38- Maybe... some methods in XCTest driver would need updates...?
so, currently tvOS might not work with this appium-ios-remotexpc module yet (at least via xcuitest driver)
There was a problem hiding this comment.
my plan was to combine this logic with existing tunnels logic for devices connected via usb, so we don't need to maintain two different tunnelling APIs in the driver
There was a problem hiding this comment.
@navin772 Do you think the above approach would be possible?
There was a problem hiding this comment.
For now I'll probably add a comment that this will only work with TV devices connected via USB
There was a problem hiding this comment.
Sounds good. I haven't fully verified with the new one for tvOS, so I also might not have much knowledge. Further correction might need navin's help (can be later)
There was a problem hiding this comment.
I'm afraid nobody has. We all learn by doing. Although, I find it much easier now in comparison to the previous experience since we have AI at our side ;-)
There was a problem hiding this comment.
@navin772 Do you think the above approach would be possible?
Yeah, I think that should be possible, we should eventually support wireless connection in xcuitest driver for apple tv
There was a problem hiding this comment.
Also, does newer apple tv supports usb? AFAIK they are wireless only (I might be wrong, haven't tested on one yet)
There was a problem hiding this comment.
you're right, since 2022 there were no TV devices having USB port
…uitest-driver into remotexpc-doc # Conflicts: # mkdocs.yml
|
🎉 This PR is included in version 10.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
cc @navin772