peartherapeutics / bitrise-aws-device-farm-file-deploy

MIT License
6 stars 15 forks source link

What I need to put in upload_file_path parameter [help wanted]. #15

Closed dasoga closed 6 years ago

dasoga commented 6 years ago

Hi,

Basically I need help because I don't know what path I need to put in the parameter upload_file_path

Thank you

dasoga commented 6 years ago

I discovered I used this env variable: $BITRISE_IPA_PATH

Now I got and error upload failed, but I'll check what is it.

Thanks

markhu commented 5 years ago

Actually, I think this step is for uploading test scripts, not IPA or APK binaries. I think the testable binaries are uploaded in the bitrise-aws-device-farm-runner step.

Related to #17 docs clarification request.

Sean12oshea commented 5 years ago

@markhu I think you're right. Finally got bitrise-aws-device-farm-runner working once I removed bitrise-aws-device-farm-file-deploy. Any chance you know how to set the username and password for an Android explorer test which you can see here? bitrise-aws-device-farm-runner lets you set the test type to BUILTIN_EXPLORER but thats it.

fadookie commented 5 years ago

@Sean12oshea This would be a parameter you pass to the test run so it would definitely need to be be handled by bitrise-aws-device-farm-runner. I believe these would need to be specified in the parameters object which currently is not configurable. I don't have time to work on this right now but I would be open to a backwards-compatible PR that allows these fields to be set.