SwiftMonkey
SwiftMonkey copied to clipboard
A framework for doing randomised UI testing of iOS apps
Hello,with the update for Xcode11 and Swift5,we need update our README to make people import this Framework more friendly.
1、Version 11.4 (11E146),IPhone7P,ios13.4.5
Hi All, Have done with SwiftMonkey setup and able to run the script in Simulators. Trying to run the same in the IPhone 8(12.4.1) real device. It's not giving any...
2019-10-11 10:41:12.102123+0800 SwiftMonkeyExampleUITests-Runner[320:13288] +[CATransaction synchronize] called within transaction 2019-10-11 10:41:12.153928+0800 SwiftMonkeyExampleUITests-Runner[320:13288] Running tests... 2019-10-11 10:41:12.166254+0800 SwiftMonkeyExampleUITests-Runner[320:13288] refreshPreferences: HangTracerEnabled: 0 2019-10-11 10:41:12.166334+0800 SwiftMonkeyExampleUITests-Runner[320:13288] refreshPreferences: HangTracerDuration: 500 2019-10-11 10:41:12.166344+0800 SwiftMonkeyExampleUITests-Runner[320:13288] refreshPreferences: ActivationLoggingEnabled:...
Thanks for the library. I have an issue with the latest release > Assertion Failure: MonkeyXCTest.swift:33: Failed to get matching snapshots: Timed out while evaluating UI query. Here is my...
Find clickable view and click them directly instead of clicking random locations, to compensate for the slow event generation.
When Xcode 10 packages the `UITests-Runner.app`, it includes a different `XCTest.framework` from the one it packaged with Xcode 9. This new version does not contain the `XCEventGenerator` class that SwiftMonkey...
I tried to run the example project in Xcode 10.2 but it seems like `monkey.addDefaultXCTestPrivateActions()` is not working with this Xcode Version, while using `monkey.addDefaultUIAutomationActions()` works fine. "Not working" means,...
I noticed Monkey seems to always tap on the very first element of my screen. Is there a way to get it to scroll down randomly so that it won't...