peartherapeutics / bitrise-aws-device-farm-runner

Custom Bitrise step to run tests on aws device farm
MIT License
10 stars 20 forks source link

Make life easier & safer for developers doing testing. #16

Closed jcarr-sailthru closed 7 years ago

jcarr-sailthru commented 7 years ago

Due to testing always being different per developer, it makes sense to turn all the inputs into environmentals which can then live in the .bitrise.secrets.yml file. This prevents a developer needing to modify the bitrise.yml file with their specific test settings and risk committing to the repo alongside other code changes.

I've based this PR against upstream master to keep it isolated from PR #15, but will rebase as required depending on which PRs get merged and in what order.