https://github.com/danmichaelo/test-cordova-plugin-appinfo
Test runner for cordova-plugin-appinfo
https://github.com/danmichaelo/test-cordova-plugin-appinfo
Last synced: about 2 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T12:15:58.000Z (over 9 years ago)
- Last Synced: 2025-02-15T08:47:24.701Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- 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 wp8Add 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