python/example_code/devicefarm/device_testing/README.md
Shows how to upload a compiled Android (or iOS) application and test package to AWS Device Farm, start a test, wait for test completion, and report the results.
Device Farm is an app testing service that enables you to test your iOS, Android and Fire OS apps on real, physical phones and tablets that are hosted by AWS.
us-west-2, the only AWS Region where Device Farm is located.pipenv: This example uses Pipenv to contain its dependencies.Modify the run_tests.py script to use your ARNs and test and application packages in
this directory.
Make sure that Pipenv has installed the appropriate packages:
pipenv lock
pipenv install
Run the example:
pipenv run python run_tests.py
The results of your tests are written to the results folder.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0