small tweaks to readme re: testing

This commit is contained in:
Fil Maj
2012-05-31 16:01:20 -07:00
parent 4ecbaa79cf
commit ca979a99e8
2 changed files with 18 additions and 16 deletions

View File

@@ -104,12 +104,7 @@ Importing a Cordova Android Project into Eclipse
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)
Please see details under test/README.md.
Further Reading
---