What's Changed
- Support for newDsl in Android Gradle Plugin 9.0.0
- Changes default behavior of
recordDebugAndroidTestScreenshotstask to record screenshots even if tests fail. This behavior can be disabled by settingdropshots.recordOnFailure = falseon the Gradle plugin configuration. - Exposed
Dropshots.recordScreenshotsas 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