I have a XCTestCase, but if the test fail - the app quits right away. I did change this line to the following:
continueAfterFailure = true
and it still quit the app after failure. Does anyone know how to keep the app alive after UI test failure? Couldn't find a solution yet.