zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

fix: use Public API on Xcode10.2 #81

Closed a455455b closed 5 years ago

a455455b commented 5 years ago

Temporarily resolve the failure of the base gesture when xcode10.2. #75 #73

wojciechczerski commented 5 years ago

Nicely done @a455455b, thank you very much! I think we can merge that one and after that I'll try looking for whether we can simulate pinch gestures and multi-touch.

wojciechczerski commented 5 years ago

👍

a455455b commented 5 years ago

@wojciechczerski I don't have permission to execute, I hope you can finish it, and the solution I implemented in Firebase Test Lab is to iterate through all the clickable elements and click on them randomly, it works but it's slow. Do you have any suggestions?

wojciechczerski commented 5 years ago

Could you try giving this PR a 👍 (just as I did)? If that doesn't work I'll ask someone in the office to approve it.

a455455b commented 5 years ago

👍

wojciechczerski commented 5 years ago

@a455455b Merged! 🎉 🎊

a455455b commented 5 years ago

Thanks, I am looking for a better traversal element scheme, if I find I will submit a new PR