Closed JalexChen closed 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
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