I have a problem when I want to include automation tests to my Xcode bot.
First, I have created in Instruments a template in order to execute UI Automation tests. In this template, there is a simple script that tests button's position in my iPad application.
I have successfully added this in my Xcode project, in the shared scheme. (Edited scheme, then went to profile section, added instrument from my template folder.)
From Xcode, I launch a Product › Profile command, and everything is OK.
Then after committing this scheme, I supposed, I could see something on my server through the Xcode service web interface. But I can't see anything related to profiling and my automation tests. My unit test runs fine but not my automation test, I've got no log for it.