leancodepl / patrol

Flutter-first UI testing framework. Ready for action!
https://patrol.leancode.co
Apache License 2.0
824 stars 118 forks source link

Make iOS PoC work on a physical device #151

Closed bartekpacia closed 1 year ago

bartekpacia commented 1 year ago

It was much easier to get the MaestroServer communicate with the developer PC because they were running on the same machine.

Running on a physical device is whole another matter.

Some links that might be useful:

bartekpacia commented 1 year ago

Plan:

  1. Run sample from appium site, both on Simulator and physical device https://appium.io/docs/en/about-appium/getting-started
  2. Investigate what ObjC code does (how it does communication host <--> device) extract only the necessary bits and rewrite them in Swift
bartekpacia commented 1 year ago

Done in #181 🚀 ❤️🎉😎

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.