Repository: cordova-app-harness Updated Branches: refs/heads/master 56e494c2a -> 5a76c4022
Update README.md to remove serve references Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/5a76c402 Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/5a76c402 Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/5a76c402 Branch: refs/heads/master Commit: 5a76c40225ae99ee8235611457831ee61e991a73 Parents: 56e494c Author: Andrew Grieve <[email protected]> Authored: Tue May 27 10:04:28 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue May 27 10:04:28 2014 -0400 ---------------------------------------------------------------------- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/5a76c402/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c72e163..8228b00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ cordova-app-harness =================== -An App that can download and run Cordova apps. +An App that can run Cordova apps within it. Primary Goals: * Super-fast edit & refresh workflow @@ -11,6 +11,11 @@ Primary Goals: * E.g. develop for iOS on a Windows machine * Non-goal: Release to iOS from Windows +# How to use it: +1. Run the app on a device or simulator +2. Push your app to it via the harness-push tool +3. Use two-finger double-tap to bring up in-app menu. + ## Building the App Harness Using a Unix environment, run: @@ -19,11 +24,6 @@ Using a Unix environment, run: cd DirName cordova plugin add PLUGINS_THAT_YOU_WANT -## Features -* Install and launch via `cordova serve` -* Control via http running within the app -* Use two-finger double-tap, or pinch towards middle to bring up in-app menu. - ## Major Unimplemented Features * Applying app settings (DisallowOverscroll, etc) * Applying app splashscreen @@ -31,15 +31,8 @@ Using a Unix environment, run: ## Major Unimplemented In-App Menu Features * Inject a JSConsole script tag -* JSHybugger support - -## Test by using `cordova serve` -* Go to Cordova project of the app you want to test in a terminal and run. - - cordova serve <platform> - - * If you are running this on a simulator, you can use `http://localhost` as your address, or on Android `10.0.0.22`. - * If `cordova serve` is on a different network than your App Harness, then use [ProxyLocal](http://proxylocal.com/) or [LocalTunnel](http://progrium.com/localtunnel/) to forward the port. +* Initiate a weinre session +* Suggestions welcome! :) # Harness Server
