Custom artifacts directory
This is experimental functionality
- Some functionality or APIs might slightly change in the future
- Might be unstable
Sometimes your frameworks or tools generate files in different directories on device.
For example, Kaspresso generates files in sdcard/Documents
directory.
If you want to receive this files after tests run add EMCEE_CUSTOM_DIR_TO_PULL
environment variable when setup your test run in client (CLI or Gradle plugin).
Example - env EMCEE_CUSTOM_DIR_TO_PULL
and value is /sdcard/Documents
. In this case all files from /sdcard/Documents
device directory will be pulled (if they are accessible for adb).
You can find this files after run in emcee_artifacts/{YOUR_JOB_ID}
directory.