A super simple way to create iOS acceptance tests and generate JUnit output that can be read by Jenkins.
This example was only possible because of the great work surrounding the following github projects:
My version of the jasmine-uiautomation.js script was taken from pivotal/jasmine-iphone I just removed the jasmine dep.
Simply run the following shell script point it to your root js test file and the app you want to test against and it will launch the iPhone Simulator
./runTests.sh ci.js <absolute path to app>/build/Debug-iphonesimulator/UITest.app