ios - UI Testing failure - App state is XCApplicationStateRunningActive not XCApplicationStateNotRunning -
i using xcui tests automate testing of of flows in our application (~35 test scenarios) xcode 7.2.1
running these tests locally consistently pass, whereas running them on our virtual machine instance (parallels, mac mini, osx 10.11, 8gb ram) fail @ different parts in process.
i errors such as:
ui testing failure - app state <xcuiapplicationprocess: 0x7ff661528a50 (null) (6798)> xcapplicationstaterunningactive (3), still not xcapplicationstatenotrunning (1)[0m
i have turned off animations within application, , put significant waiting times throughout application try , cater slower running, no ends.
has had similar problems running xcuitests , termination of simulator when running them?
any great.
Comments
Post a Comment