NAME
Paws::DeviceFarm::Run
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::DeviceFarm::Run object:
$service_obj->Method(Att1 => { AppUpload => $value, ..., WebUrl => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Run object:
$result = $service_obj->Method(...);
$result->Att1->AppUpload
DESCRIPTION
Represents a test run on a set of devices with a given app package, test parameters, and so on.
ATTRIBUTES
AppUpload => Str
An app to upload or that has been uploaded.
Arn => Str
The run's ARN.
BillingMethod => Str
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is not specified, the default value is metered
.
If you have unmetered device slots, you must set this to unmetered
to use them. Otherwise, the run is counted toward metered device minutes.
CompletedJobs => Int
The total number of completed jobs.
Counters => Paws::DeviceFarm::Counters
The run's result counters.
Created => Str
When the run was created.
CustomerArtifactPaths => Paws::DeviceFarm::CustomerArtifactPaths
Output CustomerArtifactPaths
object for the test run.
DeviceMinutes => Paws::DeviceFarm::DeviceMinutes
Represents the total (metered or unmetered) minutes used by the test run.
DevicePoolArn => Str
The ARN of the device pool for the run.
DeviceSelectionResult => Paws::DeviceFarm::DeviceSelectionResult
The results of a device filter used to select the devices for a test run.
EventCount => Int
For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.
JobTimeoutMinutes => Int
The number of minutes the job executes before it times out.
Locale => Str
Information about the locale that is used for the run.
Location => Paws::DeviceFarm::Location
Information about the location that is used for the run.
Message => Str
A message about the run's result.
Name => Str
The run's name.
NetworkProfile => Paws::DeviceFarm::NetworkProfile
The network profile being used for a test run.
ParsingResultUrl => Str
Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to.
Platform => Str
The run's platform.
Allowed values include:
ANDROID
IOS
Radios => Paws::DeviceFarm::Radios
Information about the radio states for the run.
Result => Str
The run's result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
ResultCode => Str
Supporting field for the result field. Set only if result
is SKIPPED
. PARSING_FAILED
if the result is skipped because of test package parsing failure.
Seed => Int
For fuzz tests, this is a seed to use for randomizing the UI fuzz test. Using the same seed value between tests ensures identical event sequences.
SkipAppResign => Bool
When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? (https://aws.amazon.com/device-farm/faq/) in the AWS Device Farm FAQs.
Started => Str
The run's start time.
Status => Str
The run's status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
Stopped => Str
The run's stop time.
TestSpecArn => Str
The ARN of the YAML-formatted test specification for the run.
TotalJobs => Int
The total number of jobs for the run.
Type => Str
The run's type.
Must be one of the following values:
BUILTIN_FUZZ
BUILTIN_EXPLORER
For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
WebUrl => Str
The Device Farm console URL for the recording of the run.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DeviceFarm
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues