Improve `README.md` Noticeability (#1405)

* Highlight Note.

Change-Id: I79b564cf56428dd278d257da2c75f57312067148

* Highlight Note.

Change-Id: I9ec8e49a3fcd88de9de1838b3003ed81150d4cf6

* Change style.

* Add newline.

Change-Id: I8d443f63ba91082fcd6754a9b1f4a657091a1a11

* Add newline and emphasis.

Change-Id: I7fd4d80fde91ede9c4a784c04ebb895fa43bf015
pull/1732/head
Jaehwa Noh 2 weeks ago committed by GitHub
parent 6bf2d04d59
commit 90b992b950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -115,7 +115,8 @@ To run the tests execute the following gradle tasks:
(see below for explanation). To avoid this, run `recordRoborazziDemoDebug` prior to running unit tests.
- `connectedDemoDebugAndroidTest` run all instrumented tests against the `demoDebug` variant.
**Note:** You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute
> [!NOTE]
> You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute
tests against _all_ build variants which is both unnecessary and will result in failures as only the
`demoDebug` variant is supported. No other variants have any tests (although this might change in future).
@ -138,7 +139,9 @@ stored in `modulename/src/test/screenshots`.
- `compareRoborazziDemoDebug` create comparison images between failed tests and the known correct
images. These can also be found in `modulename/src/test/screenshots`.
**Note on failing screenshot tests:** The known correct screenshots stored in this repository are recorded on CI using Linux. Other
> [!NOTE]
> **Note on failing screenshot tests**
> The known correct screenshots stored in this repository are recorded on CI using Linux. Other
platforms may (and probably will) generate slightly different images, making the screenshot tests fail.
When working on a non-Linux platform, a workaround to this is to run `recordRoborazziDemoDebug` on the
`main` branch before starting work. After making changes, `verifyRoborazziDemoDebug` will identify only

Loading…
Cancel
Save