ios - Debugging the application while running UI tests -


so start ui test in xcode, during error occurs or exeption thrown.

i start debugging , trying understand problem is, ui test fails after time out error message:

assertion failure: ui testing failure - failed perform ax action monitoring animations of <xcuiapplicationprocess...

the stack gone , printed console. unable continue debugging after happens.

i assume xcode thinks waiting animation? has else problem? have idea how solve it? or there possibility increase timer more few seconds?

to stop test failing can pause program execution debug area @ bottom of xcode , can switch application target ui test target (by choosing stack frame) , debug time want. resume execution once want start test execution again.


Comments