2021-11-08
Emulators
emulator.wtf now supports
version=31
device configurations.Complete list of new combinations added:
device=Pixel2,version=31
device=NexusLowRes,version=31
emulator.wtf now supports version=31
device configurations.
Complete list of new combinations added:
device=Pixel2,version=31
device=NexusLowRes,version=31
emulator.wtf now supports version=29
device configurations.
Complete list of new combinations added:
device=Pixel2,version=29
device=NexusLowRes,version=29
There’s now a Gradle plugin that wraps ew-cli. Read more here.
ew-cli
now exits with a non-zero exitcode when started with unknown input arguments. Thanks to @ubiratansoares for reporting the issue.Fixed two issues with the emulator-wtf/run-tests@v0
GitHub action:
v0.0.3
always crashed due to a misplaced lineclear-package-data
value was not sent to ew-cli
correctly, silently skipping all testsThanks to @ubiratansoares for noticing and sending in PRs for these issues!
--num-shards
command line flag for sharding. It acts similar to
--num-uniform-shards
but instead of assigning shards randomly it spreads
the tests evenly between shards by test count so that every shard has roughly
the same number of tests.emulator.wtf now supports version=30
device configurations and the new ATD
(Automated Test Device) images.
These images are specifically optimized for running automated tests by
disabling some system apps and background services.
Read more about ATD images
here.
Complete list of new combinations added:
device=Pixel2,version=30,atd=true
device=Pixel2,version=30
device=NexusLowRes,version=30,atd=true
device=NexusLowRes,version=30