jonathanpenn / ui-auto-monkey

UI AutoMonkey is a simple stress testing script for iOS applications that runs in UI Automation and Instruments. Grass fed. Free range.
http://cocoamanifest.net
MIT License
1.47k stars 249 forks source link

Xcode 8 ? #33

Open louchu0604 opened 7 years ago

louchu0604 commented 7 years ago

how to use it in Xcode 8?

skadavan commented 7 years ago

"UI Automation" template is not there in xcode 8. Any workaround to use it?

liulanghuajia2014 commented 7 years ago

How to use in xcode 8.0 ? when i use in xcode8.0 ,set 10,000 events, after log in click Print two coordinate records are no longer printed.Within half an hour, no print record, the program is not stopped, nor any program page switching.

Thank you

shiliang01 commented 7 years ago

I have this problem, too;when I user xode 8.3.2 ,I didn't find "UI Automation" template; Help

donaldhu commented 6 years ago

In Xcode 8, Instruments' Automation has been replaced by Xcode's UI Testing infrastructure. I wrote a tool similar to ui-auto-monkey using Xcode's UI Testing infrastructure. Please have a look: https://github.com/donaldhu/xc-auto-monkey