Skip to content

This tool will fetch the test results from AWS device farm and update to the given google sheet

License

Notifications You must be signed in to change notification settings

syamsasi99/AWSDeviceFarmTestResultHelper

Repository files navigation

AWSDeviceFarmTestResultHelper

This utility is for updating the AWS device farm test results to google sheet

Set Up

$ cd AWSDeviceFarmTestResultHelper
$ pip install -r requirements.txt

gspread

To see more about gspread (Google sheet api), reffer here

You may need to download the google sheet api credential json, the steps are here

The service account should have the edit access to the google sheet.

boto

To set up the credentials for AWS device farm api, please reffer here

You need to set up two configation files for boto.

  • ~/.aws/credentials
  • ~/.aws/config

The sample content of the files are given below

credentials

[default]
aws_access_key_id = YOUR_KEY_ID_HERE
aws_secret_access_key = YOUR_SECRET_KEY_HERE

config

[default]
region=YOUR_REGION_HERE

Run

$ python aws_helper.py

About

This tool will fetch the test results from AWS device farm and update to the given google sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages