GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::DeviceFarm::Run(3) User Contributed Perl Documentation Paws::DeviceFarm::Run(3)

Paws::DeviceFarm::Run

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

Represents a test run on a set of devices with a given app package, test parameters, and so on.

An app to upload or that has been uploaded.

The run's ARN.

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.

The total number of completed jobs.

The run's result counters.

When the run was created.

Output "CustomerArtifactPaths" object for the test run.

Represents the total (metered or unmetered) minutes used by the test run.

The ARN of the device pool for the run.

The results of a device filter used to select the devices for a test run.

For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.

The number of minutes the job executes before it times out.

Information about the locale that is used for the run.

Information about the location that is used for the run.

A message about the run's result.

The run's name.

The network profile being used for a test run.

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.

The run's platform.

Allowed values include:

  • ANDROID
  • IOS

Information about the radio states for the run.

The run's result.

Allowed values include:

  • PENDING
  • PASSED
  • WARNED
  • FAILED
  • SKIPPED
  • ERRORED
  • STOPPED

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.

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.

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.

The run's start time.

The run's status.

Allowed values include:

  • PENDING
  • PENDING_CONCURRENCY
  • PENDING_DEVICE
  • PROCESSING
  • SCHEDULING
  • PREPARING
  • RUNNING
  • COMPLETED
  • STOPPING

The run's stop time.

The ARN of the YAML-formatted test specification for the run.

The total number of jobs for the run.

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

The Device Farm console URL for the recording of the run.

This class forms part of Paws, describing an object used in Paws::DeviceFarm

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.