We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58f27ba + dac32a2 commit 44721b7Copy full SHA for 44721b7
docs/test-reports-android.md
@@ -2,13 +2,13 @@
2
3
## Setup
4
5
-1. Start by including the library:
+- Start by including the library:
6
7
```groovy
8
androidTestImplementation("com.rubensousa.carioca:report-android:{{ report.version }}")
9
```
10
11
-2. Enable the test storage service:
+- Enable the test storage service:
12
13
14
android {
@@ -20,7 +20,7 @@ android {
20
androidTestUtil("androidx.test.services:test-services:1.5.0")
21
22
23
-3. Then create your own report rule that extends `InstrumentedReportRule`:
+- Then create your own report rule that extends `InstrumentedReportRule`:
24
25
```kotlin
26
class TestReportRule : InstrumentedReportRule()
0 commit comments