mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Merge pull request #1465 from vector-im/bmarty-patch-1
Add command line to run Android test
This commit is contained in:
commit
fb1704b717
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue