I am trying to set up an integration so I can run much lengthier tests. The first step would be to run the tests I now have. Almost all of them fail. (Though strangely, not all.)
I am running an iOS app and want the tests to be in Simulator. I’m running Xcode 7.3.1. (This is the first integration I have done, I installed OS X Server for this purpose.)
If I run the tests manually, they all work fine. These are all normal tests (nothing asynchronous). And I don’t see any pattern amont the 7 that run.
I do get the Analyze results.
I haven’t had luck finding people with anything like this. Any suggestions?