This commit is contained in:
Yuriy Liskov
2020-12-30 14:40:12 +02:00
parent 73563d5bc5
commit 05d71dc3a9

View File

@@ -96,20 +96,20 @@ To build, install and run a debug version, run this from the root of the project
git clone https://github.com/yuliskov/SmartTubeNext.git
cd SmartTubeNext
git submodule update --init
./gradlew buildStorigDebug
gradlew buildStorigDebug
```
# Unit Tests
To run the unit tests for the application:
```./gradlew testDebugUnitTest```
```gradlew testDebugUnitTest```
# User Interface Tests
To run the user interface tests for the application:
```./gradlew connectedDebugAndroidTest```
```gradlew connectedDebugAndroidTest```
# Donation