Docs
Blog Status Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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

2021-10-28

gradle-plugin 0.0.8

  • emulator.wtf Gradle plugin is now available from Maven Central, there’s no need to configure a custom repository anymore. Read more about the Gradle plugin here.

2021-10-26

Emulators

  • emulator.wtf now supports version=29 device configurations.

    Complete list of new combinations added:

    • device=Pixel2,version=29
    • device=NexusLowRes,version=29

2021-10-23

gradle-plugin 0.0.7

There’s now a Gradle plugin that wraps ew-cli. Read more here.

ew-cli 0.0.25

  • ew-cli now exits with a non-zero exitcode when started with unknown input arguments. Thanks to @ubiratansoares for reporting the issue.

GitHub action emulator-wtf/run-tests@v0.0.4

Fixed two issues with the emulator-wtf/run-tests@v0 GitHub action:

  • v0.0.3 always crashed due to a misplaced line
  • clear-package-data value was not sent to ew-cli correctly, silently skipping all tests

Thanks to @ubiratansoares for noticing and sending in PRs for these issues!

2021-10-22

ew-cli 0.0.24

  • Added --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.

2021-10-16

Emulators

  • 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

2021-10-15

Test execution

  • Fixed tests in junit XML report having zero times

2021-10-14

Test execution

  • Fixed gathering coverage from apps that don’t have external storage permissions

Emulators

  • Added version=27 and version=23 variants of NexusLowRes and Pixel2, respectively
« Newer changes