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: http://github.com/phonegap/mobile-spec - 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:
- 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.
- To follow the HTML5 spec as close as possible.
Comments (0)
You don't have permission to comment on this page.