aws devicefarm schedule-run
Schedules a run
Options
Name | Description |
---|---|
--project-arn <string> | The ARN of the project for the run to be scheduled |
--app-arn <string> | The ARN of an application package to run tests against, created with CreateUpload. See ListUploads |
--device-pool-arn <string> | The ARN of the device pool for the run to be scheduled |
--device-selection-configuration <structure> | The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run. Either devicePoolArn or deviceSelectionConfiguration is required in a request |
--name <string> | The name for the run to be scheduled |
--test <structure> | Information about the test for the run to be scheduled |
--configuration <structure> | Information about the settings for the run to be scheduled |
--execution-configuration <structure> | Specifies configuration information about a test run, such as the execution timeout (in minutes) |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |