View
 

Mobile Spec

Page history last edited by Steve Gill 3 months, 1 week ago

Mobile Spec test suite

The PhoneGap team is putting together a mobile spec - a set of JavaScript tests - that ensure the existence of the PhoneGap JavaScript API within a PhoneGap application. This will ensure that the API is consistent across the supported mobile platforms, and will also help us catch regression bugs moving forward. Win-win!

 

Link to the repository: https://github.com/callback/callback-test - fork it and help out!

 

 

The spec consists of JSSpec tests, since this is compatible with all of the supported platforms.

 

Our main objectives are:

  1. To create a series of automated tests that encapsulate some verification of mobile device functionality, and its availability within a PhoneGap application, into coherent and concise test cases that we can easily run.
  2. To follow the HTML5 spec as close as possible.