Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Create a Build and Testing framework for plugins and apps #337

Open
timwindsor opened this issue Oct 29, 2014 · 1 comment
Open

Create a Build and Testing framework for plugins and apps #337

timwindsor opened this issue Oct 29, 2014 · 1 comment

Comments

@timwindsor
Copy link
Collaborator

What I’d like to do is leverage Grunt and create a build script (probably depending on npm as well). I’d like that script to be generic enough to be used for our regular samples as well as our plugin sample apps, including support for removing and adding the plugin while doing development. Since the Jasmine testing framework is already included with Cordova, it would be nice to figure out a way to leverage it for these apps as well. The script that some people here have used is https://www.npmjs.org/package/grunt-cordovacli

@kflores772
Copy link
Collaborator

Examples of using Jasmine for unit tests and BlackBerry plugins: https://github.com/blackberry/cordova-blackberry-plugins
(note that it uses jake instead of grunt)

Integration tests using Jasmine (the test framework used in-app):
https://github.com/apache/cordova-mobile-spec

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants