Last active
October 18, 2015 15:44
-
-
Save horie1024/2db29a388c69fe2c37a3 to your computer and use it in GitHub Desktop.
This file contains 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
devicefarm.schedule_run({ | |
project_arn: "プロジェクトのARN", | |
app_arn: apk_arn, | |
device_pool_arn: device_pool_arn, | |
test: { | |
type: 'CALABASH', | |
test_package_arn: calabash_package_arn | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment