Skip to content

itraycer/Cordova-Calabash-iOS-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test your Cordova based apps with Calabash iOS.

#Usage Add the plugin to your project

cordova plugin add https://github.com/paulpatarinski/Cordova-Calabash-iOS-Plugin

Edit www/js/index.js and add the following code inside onDeviceReady

if(window.calabash){
    var success = function() {
        console.log("Calabash Server started");
    }

    var failure = function() {
        console.log("Error starting Calabash Server");
    }

    calabash.start(success, failure);
}

About

Cordova Calabash iOS Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.1%
  • JavaScript 0.9%