photon-labs / framework

framework
2 stars 5 forks source link

CST Defect: Calabash Functional Scripts are not getting Executed through Phresco for iOS7 #182

Open sindhuja-d opened 10 years ago

sindhuja-d commented 10 years ago

Calabash implementation was done during older versions of iOS, and the same were working fine.But the same is not getting executed for iOS7. This is because the command used by phresco need to be updated such that it works with iOS7

Present command:

cucumber -f junit -o test-reports -f html -o test-reports/calabash.html

Latest executable command supported by iOS7

cucumber DEVICE=iphone --tags @iphone -o test-reports -f html -o NM_iphone_report SDK_VERSION=6.1