Test Setup Response
data class TestSetupResponse(val account: AccountResponse, val additionalApks: List<ApkResponse>, val directoriesToPull: List<String>, val dontAutograntPermissions: Boolean, val environmentVariables: List<EnvironmentVariableResponse>, val filesToPush: List<DeviceFileResponse>, val networkProfile: String, val systrace: SystraceSetupResponse)
A description of how to set up the Android device prior to running the test.
Constructors
Link copied to clipboard
fun TestSetupResponse(account: AccountResponse, additionalApks: List<ApkResponse>, directoriesToPull: List<String>, dontAutograntPermissions: Boolean, environmentVariables: List<EnvironmentVariableResponse>, filesToPush: List<DeviceFileResponse>, networkProfile: String, systrace: SystraceSetupResponse)
Types
Properties
Link copied to clipboard
List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard, /storage or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and / Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device.