0.5.0 • Published 9 years ago

cordova-paramedic v0.5.0

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
9 years ago

cordova-paramedic

Build Status

Runs cordova medic/buildbot tests locally.

... provides advanced levels of care at the point of illness or injury, including out of hospital treatment, and diagnostic services

To install : $npm install cordova-paramedic

Usage :

cordova-paramedic --platform PLATFORM --plugin PATH [--justbuild --timeout MSECS --port PORTNUM --browserify --verbose ]`PLATFORM` : the platform id, currently only supports 'ios'
`PATH` : the relative or absolute path to a plugin folder
	expected to have a 'tests' folder.
	You may specify multiple --plugin flags and they will all
	be installed and tested together.
`MSECS` : (optional) time in millisecs to wait for tests to pass|fail 
	(defaults to 10 minutes) 
`PORTNUM` : (optional) port to use for posting results from emulator back to paramedic server
--justbuild : (optional) just builds the project, without running the tests 
--browserify : (optional) plugins are browserified into cordova.js 
--verbose : (optional) verbose mode. Display more information output

You can also use cordova-paramedic as a module directly :

  var paramedic = require('cordova-paramedic');
  paramedic.run('ios', '../cordova-plugin-device', onCompleteCallback,justBuild,portNum,msTimeout, useBrowserify, beSilent, beVerbose);
0.5.0

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago