1.0.2 • Published 8 years ago

cordova-template-test-framework v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Cordova Template Test Framework

This is a cordova template that automatically fetches cordova-plugin-test-framework and sets the start page to <content src="cdvtests/index.html" /> in config.xml.

Usage

1) run `cordova create test --template cordova-template-test-framework` (requires `cordova >= 6.0.0`)
2) add a platform. `cordova platform add android`
2) add a plugin `cordova plugin add cordova-plugin-device`
3) add a plugins tests `cordova plugin add plugins/cordova-plugin-device/tests`

Read more about writing a plugin test here.