https://github.com/danmichaelo/test-cordova-plugin-appinfo
Test runner for cordova-plugin-appinfo
https://github.com/danmichaelo/test-cordova-plugin-appinfo
Last synced: 9 months ago
JSON representation
Test runner for cordova-plugin-appinfo
- Host: GitHub
- URL: https://github.com/danmichaelo/test-cordova-plugin-appinfo
- Owner: danmichaelo
- Created: 2015-10-05T12:15:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T12:15:58.000Z (over 10 years ago)
- Last Synced: 2025-07-25T03:36:59.483Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test runner for cordova-plugin-appinfo
Install the platforms you would like to test on:
cordova platform add android
cordova platform add wp8
Add the test framework:
cordova plugin add cordova-plugin-test-framework
Add the cordova-plugin-appinfo either from GitHub:
cordova plugin add https://github.com/danmichaelo/cordova-plugin-appinfo.git
or from a local repo:
cordova plugin add file:///path/to/cordova-plugin-appinfo
Then run tests on the desired platforms:
cordova run android
cordova run wp8