Skip to content

0.5.0

Compare
Choose a tag to compare
@tagantroy tagantroy released this 11 Sep 08:26

Improvements:

  • Ignored test results from DdmLib with null method name #200
  • Increase max video duration from 60 to 180 seconds #204
  • Use DdmLib API to obtain external storage directory #205
  • Screenrecord workaround #207
  • InfluxMetricsProvider cache multiple sets of data #216
  • Skip installing/uninstalling APK if there are no tests after filters #221
  • AndroidDeviceTestRunner now checks if test contains the @Ignore #226
  • Basic @Parameterized support for Android #230
  • Always fail execution when no devices are connected #237
  • Fix wrong time and timestamp for ignored tests #240
  • Add uncompleted tests retry quota enhancement #247
  • Uncompleted tests should be reported in any case #267
  • Multiple health improvements #269

Configuration:

  • Add install options configuration #191
  • Feature/Add preferable recorder type config #190
  • Add support for configurable serial provider for Android #231
  • Add strict mode #236
  • Disallow custom flakiness + sharding #241
  • Allow to disable HostKey verification for iOS #265
  • Support include/exclude serial regex #246
  • Fix retention policy configuration in YAML #249

Gradle plugin improvements:

  • Ignore failures configuration fix #211 #256
  • Gradle plugin should mark output folder as Gradle task output enhancement #217

Docs:

  • Docs redesign #188

Other:

  • Refactor analytics #252
  • Tracker refactoring #209
  • Extract Sharding and Flakiness Strategies from DevicePoolActor #202
  • Remove NonNull annotations from kotlin class #206