Skip to content

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

Notifications You must be signed in to change notification settings

shaune/jasmine-ios-acceptance-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published