Skip to content

Commit 06fc558

Browse files
author
Chris Dawson
committed
Better headers in readme
1 parent b5846d9 commit 06fc558

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chapter-7-android-and-git-data/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Building the app
2+
13
First, download the Android SDK and make sure you have Java installed.
24

35
To build a debug app, use this command:
@@ -8,6 +10,8 @@ ANDROID_HOME=~/Android/Sdk \
810
./gradlew assembleDebug
911
```
1012

13+
## Running Unit Tests
14+
1115
To run the unit tests, use a GitHub account which:
1216

1317
* does not have 2-factor auth enabled.
@@ -26,6 +30,8 @@ ANDROID_HOME=~/Android/Sdk \
2630
This single test proves that our GitHub client Java code makes a new file inside the Jekyll repository
2731
and then views the published post.
2832

33+
## Running Espresso Tests
34+
2935
To run the espresso test, you will need to create a `secrets.xml` file inside `app/src/main/res/values`.
3036
This file should contain the same username and password and look like this:
3137

0 commit comments

Comments
 (0)