Repository: cordova-mobile-spec Updated Branches: refs/heads/master a9a0e7e8b -> 9cc454439
CB-6550 added/updated README.md Added: Requirements & instructions to use createmobilespec module. Updated: project setup usage. github: close #60 Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/9cc45443 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/9cc45443 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/9cc45443 Branch: refs/heads/master Commit: 9cc454439474614777594ded0fd878b7fe23ff74 Parents: a9a0e7e Author: Martin Gonzalez <[email protected]> Authored: Tue Apr 29 13:12:49 2014 -0500 Committer: Marcel Kinard <[email protected]> Committed: Tue Apr 29 14:30:12 2014 -0400 ---------------------------------------------------------------------- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/9cc45443/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cb16a7e..495cba7 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,18 @@ This project is a set of automated & manual tests that test Cordova core functionality. -To set up the project, use `createmobilespec/createmobilespec.js`. +To set up the project, use `cordova-mobile-spec/createmobilespec/createmobilespec.js`. -### Performance ### +### Requirements ### -For reference purposes, the document AndroidBridgePerformance_300.pdf in this directory outlines the Android bridge performance using mobile-spec and the manual bridge test. The tests were performed with Cordova 3.0.0. +Repositories required: +- **cordova-cli** (Install pre-requisites by running `npm install` inside of cordova-cli). +- **cordova-js** (required [grunt-cli](https://github.com/gruntjs/grunt-cli) installed). +- All **plugins**. +- **Platforms** to test (cordova-android, cordova-ios, cordova-blackberry, cordova-wp8, cordova-windows). +- **cordova-mobile-spec** (Install pre-requisites by running `npm install` inside of cordova-mobile-spec/createmobilespec). +- All repositories must be checked out as peers of each other. +### Performance ### +For reference purposes, the document AndroidBridgePerformance_300.pdf in this directory outlines the Android bridge performance using mobile-spec and the manual bridge test. The tests were performed with Cordova 3.0.0.
