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

2026-02-18

ew-cli 1.2.0

  • New: added --shard-unit flag with a test_classes option that ensures all test methods within a class run on the same shard (defaults to test_methods).
  • Fixed: increased client-side test run timeout to account for repeat attempts of flaky tests.

gradle-plugin 1.5.0

  • New: added shardUnit configuration option to control sharding granularity. Can be set to ShardUnit.TEST_CLASSES to shard at the test class level, or ShardUnit.TEST_METHODS (default) to shard at the test method level.
  • Fixed: increased client-side test run timeout to account for repeat attempts of flaky tests.
  • Maintenance: bumped default ew-cli version to 1.2.0.

CircleCI orb 0.0.5 emulator-wtf/emulator-wtf@0.0.5

  • New: added shard_unit option to control sharding granularity. Can be set to either test_classes or test_methods (default), where test_classes will place whole test classes on the same shard, and test_methods will shard at the test method level.
  • Fixed: increased client-side test run timeout to account for repeat attempts of flaky tests.
  • Maintenance: bumped default ew-cli version to 1.2.0.

Emulators

  • New: disabled captive portal detection. This will help in cases where the egress tunnel exits from a limited-network node and the emulator figures it’s completely offline.
  • New: added API 36 emulator images. List of device combinations added:
    • device=Pixel2,version=36
    • device=Pixel7,version=36
    • device=NexusLowRes,version=36
    • device=Monitor,version=36
    • device=Tablet10,version=36
    • device=Pixel2Atd,version=36
    • device=Pixel7Atd,version=36
    • device=NexusLowResAtd,version=36
    • device=Tablet10Atd,version=36
    • See all available emulator images here.