You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/23 20:00:01 UTC

[cordova-android] 01/01: improve test readme

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit ab645f7679a7874d78c919ba51ee38a1b15af25f
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Nov 23 20:59:55 2018 +0100

    improve test readme
---
 test/README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/test/README.md b/test/README.md
index 4cf0253..a6c62f5 100644
--- a/test/README.md
+++ b/test/README.md
@@ -22,7 +22,7 @@
 # Cordova Android Test Project
 
 The project in this directory is an Android Test project that enables those
-interested in further developing cordova-android to validate their changes.
+interested in further developing `cordova-android` to validate their changes.
 
 ## Requirements
 
@@ -33,7 +33,7 @@ writing) at least version 3.3 or newer.
 ## Getting Started
 
 You can run this test project from both the command line as well as from
-Android Studio.
+Android Studio:
 
 ### Command Line
 
@@ -50,8 +50,10 @@ end-to-end, or instrumented, tests. Unit tests do not require any particular
 environment to run in, but the instrumented tests, however, require a connected
 Android device or emulator to run in.
 
-To run the unit tests, run: `gradlew test`.
-To run the instrumented tests, run: `gradlew connectedAndroidTest`.
+- To run the unit tests, run: `gradlew test`.
+- To run the instrumented tests, run: `gradlew connectedAndroidTest`.
+
+To make sure all tests are run, add the `--rerun-tasks` parameter.
 
 ### Android Studio
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org