ui-auto-monkey
ui-auto-monkey copied to clipboard
UI AutoMonkey is a simple stress testing script for iOS applications that runs in UI Automation and Instruments. Grass fed. Free range.
how to use it in Xcode 8?
https://forums.developer.apple.com/thread/48936 Instruments' Automation support has been replaced by Xcode's UI Testing infrastructure. @jonathanpenn How to deal with this problem, Thx
It seems like you forgot to `pod trunk push` the podspec, so I can only get the v1.0.0 when pod search. Please update the podspec. Thank you for building this...
in your code, there is a random algorithm, Math.floor(Math.random() \* (max -min )) +1; this can't produce correctly random number [a, b]. there is a correctly method, Math.floor(Math.random() \* (max...
- "beofre" to "before"
Hi, I was only running from X-Code Instruments so far. I have continuos integration setup and would like to run this test from terminal. Could you please provide the command...
Can I use this kind of testing with CI systems? Like Jenkins or Xcode server? Specifically in my case I am using xcode server.
Create a simple monkey script with few touch, drag etc events and run . Script auto stops just short time after click on script play button. Nothing happens on the...
Hi Jonathan, Thanks for this great tool :) I could get it to work some time ago but failing to do so now and I can't figure out why. I...
Hello, I face a problem that if tap some button app would go to background, then script stop runing. For example tap on 3rd login button. How to i solve...