File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ To run the tests execute the following gradle tasks:
115115(see below for explanation). To avoid this, run ` recordRoborazziDemoDebug ` prior to running unit tests.
116116- ` connectedDemoDebugAndroidTest ` run all instrumented tests against the ` demoDebug ` variant.
117117
118- ** Note:** You should not run ` ./gradlew test ` or ` ./gradlew connectedAndroidTest ` as this will execute
118+ > [ !NOTE]
119+ > You should not run ` ./gradlew test ` or ` ./gradlew connectedAndroidTest ` as this will execute
119120 tests against _ all_ build variants which is both unnecessary and will result in failures as only the
120121` demoDebug ` variant is supported. No other variants have any tests (although this might change in future).
121122
@@ -138,7 +139,9 @@ stored in `modulename/src/test/screenshots`.
138139- ` compareRoborazziDemoDebug ` create comparison images between failed tests and the known correct
139140images. These can also be found in ` modulename/src/test/screenshots ` .
140141
141- ** Note on failing screenshot tests:** The known correct screenshots stored in this repository are recorded on CI using Linux. Other
142+ > [ !NOTE]
143+ > ** Note on failing screenshot tests**
144+ > The known correct screenshots stored in this repository are recorded on CI using Linux. Other
142145 platforms may (and probably will) generate slightly different images, making the screenshot tests fail.
143146When working on a non-Linux platform, a workaround to this is to run ` recordRoborazziDemoDebug ` on the
144147` main ` branch before starting work. After making changes, ` verifyRoborazziDemoDebug ` will identify only
You can’t perform that action at this time.
0 commit comments