Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazems/cordova-js-unit-testing
This application shows how to unit test a simple Apache Cordova application JavaScript App.
https://github.com/hazems/cordova-js-unit-testing
cordova javascript
Last synced: 25 days ago
JSON representation
This application shows how to unit test a simple Apache Cordova application JavaScript App.
- Host: GitHub
- URL: https://github.com/hazems/cordova-js-unit-testing
- Owner: hazems
- Created: 2014-07-24T04:45:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:51:58.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:57:38.411Z (9 months ago)
- Topics: cordova, javascript
- Language: JavaScript
- Homepage:
- Size: 76.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather Application
===
This is a sample Apache Cordova project which utilizes Jasmine unit testing framework in order to unit test the application logic.How to work with the sample
===
* Get an application id from:
[http://openweathermap.org/appid](http://openweathermap.org/appid)* Copy the app id and replace **"[Here enter your key ID]"** value of the **APP_ID** variable with your actual application id.
* Run **SpecRunner.html** file under (**www/tests**) to see the unit test results as shown below.
![Successful Tests](https://raw.githubusercontent.com/hazems/cordova-js-unit-testing/master/figures/success.png)