Posts

Post not yet marked as solved
2 Replies
1.8k Views
For my iOS app XCUITest, I'm trying to run parallel distributed testing tests and some of the cases in the test suite fails with the below reason: "Failure requesting automation session for com.app:10909: Timed out waiting for target to check in."This error comes up when the tests are trying to execute XCUIApplication().launchIf I execute in random order or without parallelization all tests are passing as there are no dependency between tests.Has anyone faced this issue and fixed it?
Posted
by sat-kand.
Last updated
.