CustomerArtifactPaths class

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.

Constructors

CustomerArtifactPaths({List<String>? androidPaths, List<String>? deviceHostPaths, List<String>? iosPaths})
CustomerArtifactPaths.fromJson(Map<String, dynamic> json)
factory

Properties

androidPaths List<String>?
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
final
deviceHostPaths List<String>?
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
final
hashCode int
The hash code for this object.
no setterinherited
iosPaths List<String>?
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited