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
The result of `adb logcat` and screenshots taken during the test will be stored
36
+
in a logs directory, which is either `FLUTTER_LOGS_DIR` (if set, such as on CI)
37
+
or locally in `out/.../scenario_app/logs`.
38
+
39
+
You can then view the logs and screenshots on LUCI. [For example](https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Engine%20Drone/2003164/overview):
40
+
41
+
.
42
+
19
43
## CI Configuration
20
44
21
45
See [`ci/builders/linux_android_emulator.json`](../../../ci/builders/linux_android_emulator.json)
22
46
, and grep for `run_android_tests.sh`.
23
47
24
48
The following matrix of configurations is tested on the CI:
25
49
26
-
| API Version | Graphics Backend | Skia Gold | Rationale |
0 commit comments