Created
May 5, 2019 07:00
-
-
Save martinschneider/98f8fd2d35919eacbce1716aafbd28dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Device filters | |
aws.minOsVersion=9.0 | |
aws.maxOsVersion= | |
aws.osVersion= | |
aws.model= | |
aws.manufacturer= | |
aws.formFactor=PHONE | |
aws.waitForDevice=true | |
# Device configuration | |
aws.deviceLatitude= | |
aws.deviceLongitude= | |
aws.bluetooth= | |
aws.gps= | |
aws.nfc= | |
aws.wifi= | |
# set this to true if you use device slots | |
aws.runUnmetered=false | |
# Additional AWS Devicefarm configuration | |
aws.accountsCleanup= | |
aws.appPackagesCleanup= | |
aws.jobTimeOut= | |
aws.skipAppResign= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment