Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silkimen/cdv-http-demo
https://github.com/silkimen/cdv-http-demo
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silkimen/cdv-http-demo
- Owner: silkimen
- Created: 2017-08-16T01:47:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T13:52:21.000Z (about 6 years ago)
- Last Synced: 2024-10-29T13:59:37.779Z (about 2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test project for cordova-plugin-advanced-http
This project demonstrates how you can use cordova-plugin-advanced-http and is also meant to test the plugin.
Look into `www/js/test-definitions.js` to see which funtions are called.
Run following commands to get this one built:
```
npm i
./node_modules/.bin/cordova prepare
./node_modules/.bin/cordova build ios
```Run `npm test` to start automated tests (with Appium). Appium >= v1.7.1 is expected to be running on `localhost:4723`.