cordova-android/test
2013-11-12 14:34:14 -08:00
..
assets/www Fixing plugins configuration, Device shouldn't be checked in here 2013-11-12 14:27:09 -08:00
cordova Removing the plugins directory after the plugins were incorrectly removed 2013-11-12 14:24:30 -08:00
res Fixing plugins configuration, Device shouldn't be checked in here 2013-11-12 14:27:09 -08:00
src/org/apache/cordova/test Removing device plugin 2013-11-12 14:25:37 -08:00
.classpath CB-5302: Massive movement to get tests working again 2013-11-06 15:06:20 -08:00
.project CB-1304: Update PhoneGap References to Apache Cordova 2012-09-03 14:31:35 -04:00
AndroidManifest.xml CB-5346 Fix and cleanup broken Android unit test 2013-11-11 16:19:01 -05:00
ant.properties Tests to verify Android native features. 2012-03-30 11:37:29 -05:00
build.xml This should use plugman to install plugins. Adding path depenencies for plugins is wrong, and shouldn't be done 2013-11-12 13:59:17 -08:00
proguard.cfg CB-5301 add missing license headers 2013-11-06 16:27:46 -05:00
project.properties Upgrading Test Project properties to 4.2 2013-01-18 11:44:09 -08:00
README.md Updating instructions to indicate that the device plugin is required to be installed via plugman 2013-11-12 14:34:14 -08:00

Android Native Tests

These tests are designed to verify Android native features and other Android specific features.

Initial Setup

There really isn't any manual setup to do. The ant script takes care of that. You don't even need to compile cordova-x.y.z.jar or copy it, because project.properties has a library reference to ../framework.

To run manually from command line:

  1. Install the Cordova Device Plugin using plugman
  2. Build by entering ant debug install
  3. Run tests by clicking on "CordovaTest" icon on device

To run from Eclipse:

  1. Import Android project into Eclipse
  2. Ensure Project properties "Java Build Path" includes the lib/cordova-x.y.z.jar
  3. Create run configuration if not already created
  4. Run As -> Android JUnit Test

Automatic Runs

Once you have installed the test, you can launch and run the tests automatically with the below command:

adb shell am instrument -w org.apache.cordova.test/android.test.InstrumentationTestRunner