From ffa1eb1ee9d43f1a695f43a836bf9196db2f82f7 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 16 May 2012 16:13:46 -0700 Subject: [PATCH] Adding tests to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 80603761..731fd1fe 100755 --- a/README.md +++ b/README.md @@ -102,6 +102,14 @@ Importing a Cordova Android Project into Eclipse 5. Right click on the project root: Run as > Run Configurations 6. Click on the Target tab and select Manual (this way you can choose the emulator or device to build to) +Running Tests +---- +1. Go into the test directory +2. Run the following command: + + adb shell am instrument -w org.apache.cordova.test/android.test.InstrumentationTestRunner + +(Optional: Open the test project in Eclipse, right click on it and select Run as Android Test Project) Further Reading ---