zalando / SwiftMonkey

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

Find out how to do device rotations using XCTest private API #5

Open DagAgren opened 7 years ago

DagAgren commented 7 years ago

Currently, the event generation using XCTest private APIs does not generate device rotations, even though there seems to be an option for this. I have not been able to figure out how to do this, but it should be possible somehow.

singh88 commented 7 years ago

Why are you not inclined towards doing device rotation using public API? I am doing that in my test project.