You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing is implemented using [Shot](https://github.com/pedrovgs/Shot) library. In order to run
15
29
it against prerecorded results, create at least one of the following emulators:
16
30
- tablet: Nexus 10, running API 31
@@ -28,7 +42,7 @@ where `$deviceName` is one of:
28
42
- Nexus_10_API_31
29
43
- Pixel_4a_API_31
30
44
31
-
## Flakiness
45
+
###Flakiness
32
46
Due to differences in graphics between M1 and x86 chips, images appear different to the script
33
47
and so the tests fail (difference between images can be well above 10%). To human eye they do
34
48
seem the same, though. This is explained and shown in [issue 265](https://github.com/pedrovgs/Shot/issues/265). Until this is fixed, there is a way to test stuff at least locally:
@@ -41,7 +55,7 @@ seem the same, though. This is explained and shown in [issue 265](https://github
41
55
5. comment the flaky tests out again
42
56
6. revert the screenshots
43
57
44
-
## Other issues
58
+
###Other issues
45
59
46
60
- Library [does not work with Java 17](https://github.com/pedrovgs/Shot/pull/292). The error
47
61
itself is not as obvious as one might expect, though. To fix the issue, use Java 11.
0 commit comments