Skip to content

0.6.0

Latest

Choose a tag to compare

@adecker89 adecker89 released this 25 Mar 17:11
· 7 commits to main since this release

What's Changed

  • Support for newDsl in Android Gradle Plugin 9.0.0
  • Changes default behavior of recordDebugAndroidTestScreenshots task to record screenshots even if tests fail. This behavior can be disabled by setting dropshots.recordOnFailure = false on the Gradle plugin configuration.
  • Exposed Dropshots.recordScreenshots as a public API to allow detecting whether screenshots are being recorded in the current test run.
  • Added new optional argument to Dropshots constructor. rootScreenshotDirectory allows users to specify a custom root directory for screenshots on the device.

Full Changelog: 0.5.0...0.6.0