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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
For PlatformView tests on iOS, you'll also have to edit the dictionaries in
@@ -49,40 +56,13 @@ compared against golden reside.
49
56
50
57
## Running for Android
51
58
52
-
The test is run on a x86 emulator. To run the test locally, you must create an emulator running API level 28, using an x86_64 ABI, and set the following screen settings in the avd's `config.ini` file:
53
-
54
-
```
55
-
hw.lcd.density = 480
56
-
hw.lcd.height = 1680
57
-
hw.lcd.width = 1080
58
-
lcd.depth = 16
59
-
```
60
-
61
-
This file is typically located in your `$HOME/.android/avd/<avd>` folder.
62
-
63
-
Once the emulator is up, you can run the test by running:
64
-
65
-
```bash
66
-
./build_and_run_android_tests.sh
67
-
```
68
-
69
-
### Generating Golden Images on Android
59
+
The only test that is currently run is the Firebase TestLab test, which is a
60
+
smoke test to make sure an application can be built and run on a real Android
0 commit comments