Skip to content

Commit 44721b7

Browse files
authored
Merge pull request #82 from rubensousa/rubensousa-patch-1
Update test-reports-android.md
2 parents 58f27ba + dac32a2 commit 44721b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/test-reports-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Setup
44

5-
1. Start by including the library:
5+
- Start by including the library:
66

77
```groovy
88
androidTestImplementation("com.rubensousa.carioca:report-android:{{ report.version }}")
99
```
1010

11-
2. Enable the test storage service:
11+
- Enable the test storage service:
1212

1313
```groovy
1414
android {
@@ -20,7 +20,7 @@ android {
2020
androidTestUtil("androidx.test.services:test-services:1.5.0")
2121
```
2222

23-
3. Then create your own report rule that extends `InstrumentedReportRule`:
23+
- Then create your own report rule that extends `InstrumentedReportRule`:
2424

2525
```kotlin
2626
class TestReportRule : InstrumentedReportRule()

0 commit comments

Comments
 (0)