Skip to content

becka11y/mobile-spec

 
 

Repository files navigation

Mobile Spec Suite

These specs are designed to run inside the mobile device that implements it - it will fail in the DESKTOP browser.

These set of tests is designed to be used with PhoneGap. You should initialize a fresh PhoneGap repository (git clone git://github.com/phonegap/phonegap.git) and then toss these files into the www or assets folder, replacing the contents.

Make sure you include phonegap-*.js in the www folder. You also need to edit phonegap.js to reference the phonegap-*.js file you are testing. For example, to test with phonegap-0.9.6.1, the phonegap.js file would be:

document.write('<script type="text/javascript" charset="utf-8" src="../phonegap-0.9.6.1.js"></script>');
document.write('<script type="text/javascript" charset="utf-8" src="phonegap-0.9.6.1.js"></script>');

This is done so that you don't have to modify every HTML file when you want to test a new version of PhoneGap.

The goal is to test mobile device functionality inside a mobile browser. Where possible, the PhoneGap API lines up with HTML 5 spec. Maybe down the road we could use this spec for parts of HTML 5, too :)

LICENSE

Copyright (c) 2009-2011 Rob Ellis, Brian LeRoux, Brock Whitten, Nitobi Software
Copyright (c) 2010-2011, IBM Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Open Source Mobile Spec Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%