FailureRetention
@Incubating interface FailureRetention : EmulatorSnapshots
Options for configuring Android Test Retention.
When enabled, Android Test Retention automatically takes emulator snapshots on test failures.
Summary
Inherited functions
|
From class EmulatorSnapshots
Unit |
retainAll()
Call this function to take unlimited number of test failure snapshots (will ignore
maxSnapshots setting)
|
|
Properties
enable
abstract var enable: Boolean
Deprecated.
maxSnapshots
abstract var maxSnapshots: Int
Deprecated.