- Use your existing cordova app, or create a new one.
- Add the plugin and the tests:
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-device.git
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-device.git#:/tests
- Add this plugin:
cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git
- Change the start page in
config.xml
with<content src="cdvtests/index.html" />
or navigate to cdvtests/index.html from within your app.