You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/05/26 01:32:20 UTC

[Cordova Wiki] Update of "RunningTests" by ShazronAbdullah

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "RunningTests" page has been changed by ShazronAbdullah:
http://wiki.apache.org/cordova/RunningTests?action=diff&rev1=10&rev2=11

  
   1. a suite of Jasmine tests that assert things about the Cordova JavaScript API. When you load mobile-spec up on your device, hit the "Automatic Tests" button, and select which specific API to test (or select "all" to run them all).
   2. a series of "manual" tests. These are all linked from the project's root page. You should run through each one to make sure baseline functionality works as expected. The section below spells out the details of what should be done and the expected behaviour.
+ 
+ === Whitelist Exceptions Needed ===
+ 
+  1. File Transfer Tests - '''ajax.googleapis.com'''
+  2. Media Tests - '''audio.ibeat.org'''
  
  === Testing Procedure ===