From a397a23a9c602491cce26ef6e127a449d7e691d6 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Tue, 7 Apr 2015 10:12:20 -0400 Subject: [PATCH] Update Android Studio test instructions --- test/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/README.md b/test/README.md index 1e3f26d5..61957dff 100755 --- a/test/README.md +++ b/test/README.md @@ -54,6 +54,8 @@ To run unit tests: ## Android Studio -1. Use "Non-Android Studio Project" to import the `test` directory. -2. Right click on the `junit` package in the left-side nav -3. Select "Debug"`->`_The one with the Android icon_ +1. Use "Import Project" and import the `test` directory. +2. Right click on the `org.apache.cordova.test` package on the left-hand nav. +3. Select `Create Run Configuration` -> `Tests in ...` (The one with the Android icon) +4. Review options (mainly - target device) +5. Click the bug icon in the top toolbar to run with debugger attached