We have calabash+cucumber , fabrica with a beta web application on devices, where we can see and install the last build we have built, ci - Bamboo, ruby 2.0 , all tests are written in ruby .
I can write a script that will send the ipa file immediately after building the build from Bamboo to my test server (where all the tests are stored and run using calabash ios)
Further, my thoughts are in the following direction:
- It is necessary after receiving the
ipafile to run a script that automatically installsmy.ipawithoutXcodeon a physical device - Then I can write a
bashscript that will run auto tests on physical devices.