Skip to content

viniciusmo/device-farm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device-farm

CircleCI Gem

A simple way to upload your artifacts to test your app in AWS Device Farm

Usage

require "devicefarm"

ENV['AWS_ACCESS_KEY_ID']     = 'xxxxx'
ENV['AWS_SECRET_ACCESS_KEY'] = 'xxxxx'
ENV['AWS_REGION']            = 'us-west-2'
  
DeviceFarm.test_with_calabash(
	project_name:"best-project",
	device_pool_name: "top-devices-google-play",
	binary_path:"best-app.apk",
	calabash_test_package_path:"calabash_features.zip")

Installation

gem install "devicefarm"

Author

viniciusmo

License

This project is available under the MIT license. See the LICENSE file for more info.

About

A top level client of aws device farm api to manage your tests 🚀

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages