View a list of runs in AWS Device Farm - AWS Device Farm

View a list of runs in AWS Device Farm

You can use the Device Farm console, AWS CLI, or API to view a list of runs for a project.

View a list of runs (console)

  1. Sign in to the Device Farm console at https://console.aws.amazon.com/devicefarm.

  2. On the Device Farm navigation panel, choose Mobile Device Testing, then choose Projects.

  3. In the list of projects, choose the project that corresponds to the list you want to view.

    Tip

    You can use the search bar to filter the project list by name.

View a list of runs (AWS CLI)

  • Run the list-runs command.

    To view information about a single run, run the get-run command.

For information about using Device Farm with the AWS CLI, see AWS CLI reference.

View a list of runs (API)

  • Call the ListRuns API.

    To view information about a single run, call the GetRun API.

For information about the Device Farm API, see Automating Device Farm.