zalando / SwiftMonkey

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

How to use SwiftMonkey in UITest folder of UITest target written by objective-c? #24

Closed Dast1Woop closed 7 years ago

Dast1Woop commented 7 years ago

Monkey cannot be used in xxUITests,while MonkeyPaws can be used in AppDelegate.m. And I do not know how to change to OC from the code below: if ([CommandLine.arguments contains("--MonkeyPaws")])

DagAgren commented 7 years ago

Duplicate of issue #12.