CircleCI-Public / android-orb

An orb for working with Android on CircleCI
https://circleci.com/developer/orbs/orb/circleci/android
MIT License
41 stars 27 forks source link

Add adb pull destination folder #55

Closed JalexChen closed 1 year ago

JalexChen commented 2 years ago

Based off https://github.com/CircleCI-Public/android-orb/issues/54, pulling screenshots has proven difficult without providing a destination for the adb pull command. Adding a parameter for users to specify and therefore persist the artifacts will be helpful for testing

ryanbourdais commented 1 year ago

Looking into this, but based off of this Stack Overflow post it seems that the destination folder is set as an arg to the adb pull command, for ex adb pull /sdcard/Pictures requires another arg to set the destination such as adb pull /sdcard/Pictures ~/target. Rather than setting that parameter for the environment