shaune / jasmine-ios-acceptance-tests

UI Automation + Jasmine driven acceptance tests that can be hooked into Jenkins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Automation + Jasmine template

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.

Usage

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

About

UI Automation + Jasmine driven acceptance tests that can be hooked into Jenkins


Languages

Language:JavaScript 87.9%Language:Shell 12.1%