IosDeviceFileArgs

data class IosDeviceFileArgs(val bundleId: Output<String>? = null, val content: Output<FileReferenceArgs>? = null, val devicePath: Output<String>? = null) : ConvertibleToJava<IosDeviceFileArgs>

A file or directory to install on the device before the test starts.

Constructors

Link copied to clipboard
fun IosDeviceFileArgs(bundleId: Output<String>? = null, content: Output<FileReferenceArgs>? = null, devicePath: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IosDeviceFileArgs

Properties

Link copied to clipboard
val bundleId: Output<String>? = null

The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.

Link copied to clipboard
val content: Output<FileReferenceArgs>? = null

The source file

Link copied to clipboard
val devicePath: Output<String>? = null

Location of the file on the device, inside the app's sandboxed filesystem