Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemnikitin/devicefarm-ci-tool
Tool that helps you to run tests in AWS Device Farm easily
https://github.com/artemnikitin/devicefarm-ci-tool
android android-test android-testing aws aws-devicefarm ci ci-cd cli continuous-integration device-farm go golang ios ios-test ios-testing mobile mobile-testing
Last synced: about 1 month ago
JSON representation
Tool that helps you to run tests in AWS Device Farm easily
- Host: GitHub
- URL: https://github.com/artemnikitin/devicefarm-ci-tool
- Owner: artemnikitin
- License: mit
- Created: 2016-01-16T18:04:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:53:48.000Z (about 1 year ago)
- Last Synced: 2024-06-20T14:25:08.202Z (6 months ago)
- Topics: android, android-test, android-testing, aws, aws-devicefarm, ci, ci-cd, cli, continuous-integration, device-farm, go, golang, ios, ios-test, ios-testing, mobile, mobile-testing
- Language: Go
- Homepage:
- Size: 4.24 MB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tool that helps you to run your tests in AWS Device Farm easily
[![Go Report Card](https://goreportcard.com/badge/github.com/artemnikitin/devicefarm-ci-tool)](https://goreportcard.com/report/github.com/artemnikitin/devicefarm-ci-tool) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fartemnikitin%2Fdevicefarm-ci-tool.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fartemnikitin%2Fdevicefarm-ci-tool?ref=badge_shield)
[![Build Status](https://travis-ci.org/artemnikitin/devicefarm-ci-tool.svg?branch=master)](https://travis-ci.org/artemnikitin/devicefarm-ci-tool)
#### Description
Did you try to run your app in AWS Device Farm via CLI or API? It was easy, right? Right now you can probably say ARN of your project after wake up in the middle of the night :)This tool helps you to run tests in AWS Device Farm. You don't need to know ARN of your project because it's for machines and not for humans.
It's not a replacement for existing AWS CLI tools. It was created for a very specific purpose, to run tests in CI without a lot of configuration that required for existing solutions. It based on an assumption that all setup is already done. It means, that if you will specify an unexisted project name, then the tool will not create a project for you.
#### AWS CredentialsSet environment variables
```
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
```#### Download
Get it via
```
go get -u github.com/artemnikitin/devicefarm-ci-tool
```Or download binaries for Windows, MacOS or Linux from [latest release](https://github.com/artemnikitin/devicefarm-ci-tool/releases/latest)
#### Run
Required launch parameters:
- ```project``` name of a project.
- ```app``` path to an app.
Example:
```
devicefarm-ci-tool -project name -app /path/to/my/app.apk
```
By default, "BUILTIN_FUZZ" tests will be run for your app.Optional parameters:
- ```run``` name of test run. Overrides value of `runName` parameter from config.
Example: `-run myName`
- ```test``` path to tests. Overrides value of `testPackagePath` parameter from config.
Example: `-test /path/to/my/testapp.apk`
- ```devices``` name of device pool where app will be run. If not specified, then tests will be run in default pool selected by AWS.
Example: `-devices my-device-pool`
- ```randomDevices``` will randomly select device pool from provided list
Example: `-randomDevices aaa,bbb,ccc,xxx,yyy,zzz`
- ```useRandomDevicePool``` device pool will be selected randomly from existed pools which are not used in any active test run
Example: `-useRandomDevicePool`
- ```config``` path to config in JSON format.
Example: `-config /path/to/config.json`
- ```wait``` wait for an end of test run. Useful for CI. Disabled by default.
Example: `-wait`
- ```checkEvery``` checks every X seconds for test run completion. Default value is 5 second.
Example: `-checkEvery 15`
- ```ignoreUnavailableDevices``` allows to consider test runs as passed for runs where tests passes on several devices, but some of devices were unavailable. For example, if device pool consists of 3 devices and on 2 devices everything is ok, but third device was unavailable, then using this option will mark test run as successful.
Example: `-ignoreUnavailableDevices`
- ```testType``` allows to specify test type via command line. Test type should be one of test types available on AWS Device Farm, see [ScheduleRunTest](http://docs.aws.amazon.com/devicefarm/latest/APIReference/API_ScheduleRunTest.html). Overrides value of `type` parameter from config.
Example: `-testType INSTRUMENTATION`#### Configuration file
All parameters in the configuration file are optional. Configuration file is based on a syntax of [ScheduleRun](http://docs.aws.amazon.com/devicefarm/latest/APIReference/API_ScheduleRun.html) request.Config example:
```json
{
"name": "string",
"projectArn": "string",
"projectName": "string",
"appArn": "string",
"appPath": "string",
"devicePoolArn": "string",
"devicePoolPath": "string",
"testPackagePath": "string",
"extraDataPackagePath": "string",
"auxiliaryAppsPath": [ "path/to/app-1", "path/to/app-2" ],
"configuration": {
"auxiliaryApps": [ "string" ],
"billingMethod": "METERED|UNMETERED",
"customerArtifactPaths": {
"androidPaths": [ "string", "string" ],
"deviceHostPaths": [ "string", "string" ],
"iosPaths": [ "string", "string" ]
},
"extraDataPackageArn": "string",
"locale": "string",
"location": {
"latitude": 11.11,
"longitude": 22.22
},
"networkProfileArn": "string",
"radios": {
"bluetooth": boolean,
"gps": boolean,
"nfc": boolean,
"wifi": boolean
},
"vpceConfigurationArns": [ "string", "string" ]
},
"executionConfiguration": {
"accountsCleanup": boolean,
"appPackagesCleanup": boolean,
"jobTimeoutMinutes": 111,
"skipAppResign": boolean,
"videoCapture": boolean
},
"test": {
"filter": "string",
"parameters": {
"string" : "string"
},
"testPackageArn": "string",
"type": "BUILTIN_FUZZ|BUILTIN_EXPLORER|APPIUM_JAVA_JUNIT|APPIUM_JAVA_TESTNG|APPIUM_PYTHON|APPIUM_WEB_JAVA_JUNIT|APPIUM_WEB_JAVA_TESTNG|APPIUM_WEB_PYTHON|CALABASH|INSTRUMENTATION|UIAUTOMATION|UIAUTOMATOR|XCTEST"
}
}
```## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fartemnikitin%2Fdevicefarm-ci-tool.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fartemnikitin%2Fdevicefarm-ci-tool?ref=badge_large)