From 9a3813f88360e6b9fd4d71afba30bd7973713827 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 9 Jun 2020 15:48:51 +0200 Subject: [PATCH] Add command line to run Android test --- docs/integration_tests.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/integration_tests.md b/docs/integration_tests.md index f7557a87a2..0fa1998499 100644 --- a/docs/integration_tests.md +++ b/docs/integration_tests.md @@ -59,6 +59,12 @@ It's recommended to run tests using an Android Emulator and not a real device. F You can run all the tests in the `androidTest` folders. +It can be done using this command: + +```bash +./gradlew vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest +``` + ## Stop Synapse To stop Synapse, you can run the following commands: