From 9f7e1792885520b1bc0ff2443ae6c4d42e36d62d Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Tue, 7 Apr 2015 09:52:12 -0400 Subject: [PATCH] Update test/README.md to say they are no longer in disrepair, and that robotium isn't used. --- test/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/test/README.md b/test/README.md index 24b10c1f..1e3f26d5 100755 --- a/test/README.md +++ b/test/README.md @@ -21,7 +21,6 @@ # Android Native Tests These tests are designed to verify Android native features and other Android specific features. -They currently are in disrepair, and don't pass / work on KitKat+ :(. ## Initial Setup @@ -41,14 +40,6 @@ Copy it from a freshly created project: (cd foo && cordova/build --gradle; cp -r gradlew gradle ..) rm -r foo -### Robotium - -Robotium has to be installed for the onScrollChanged tests to work correctly. It can be -found at https://code.google.com/p/robotium/ and the jar should be put in the -'androidTest/libs' directory'. - - mkdir -p androidTest/libs && curl 'http://dl.bintray.com/robotium/generic/robotium-solo-5.2.1.jar' > androidTest/libs/robotium-solo-5.2.1.jar - ## Running To run manual tests: @@ -59,6 +50,8 @@ To run unit tests: ./gradlew connectedAndroidTest +`BUILD SUCCESSFUL` means that the tests all passed :) + ## Android Studio 1. Use "Non-Android Studio Project" to import the `test` directory.