Creating a project in AWS Device Farm
You can create a project by using the AWS Device Farm console, AWS CLI, or AWS Device Farm API.
Prerequisites
-
Complete the steps in Setting up.
Create a project (console)
Sign in to the Device Farm console at https://console.aws.amazon.com/devicefarm
. -
On the Device Farm navigation panel, choose Mobile Device Testing, then choose Projects.
-
Choose New project.
-
Enter a name for your project, then choose Submit.
-
To specify settings for the project, choose Project settings. These settings include the default timeout for test runs. After the settings are applied, they are used by all test runs for the project. For more information, see Setting the execution timeout for test runs in AWS Device Farm.
Create a project (AWS CLI)
-
Run create-project, specifying the project name.
Example:
aws devicefarm create-project --name
MyProjectName
The AWS CLI response includes the Amazon Resource Name (ARN) of the project.
{ "project": { "name": "MyProjectName", "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE", "created": 1535675814.414 } }
For more information, see create-project and AWS CLI reference.
Create a project (API)
-
Call the
CreateProject
API.
For information about using the Device Farm API, see Automating Device Farm.