peartherapeutics / bitrise-aws-device-farm-runner

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

Add opportunity to filter tests #40

Closed andreschab90 closed 7 years ago

andreschab90 commented 7 years ago

With this PR a user can filter tests for his run.

See Docs: http://docs.aws.amazon.com/devicefarm/latest/APIReference/API_ScheduleRunTest.html#devicefarm-Type-ScheduleRunTest-filter

closes https://github.com/peartherapeutics/bitrise-aws-device-farm-runner/issues/39

fadookie commented 7 years ago

Thanks, this looks great! I will try to make some time in the next week or two to test this. If it works I will merge & cut a new release.

andreschab90 commented 7 years ago

thanks ;-)

fadookie commented 7 years ago

You had a syntax error in the json that was causing run scheduling to fail. When I saw this I realized there were some serious problems with the error handling in this script as the step was reporting success. I've fixed those and the json syntax error in https://github.com/peartherapeutics/bitrise-aws-device-farm-runner/pull/41