CustomerArtifactPaths

A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.

Specify deviceHostPaths and optionally specify either iosPaths or androidPaths.

For web app tests, you can specify both iosPaths and androidPaths.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.

Link copied to clipboard

Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.

Link copied to clipboard

Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String