[ ] support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
Allure results are written to /sdcard/googletest/test_outputfiles/allure-results or by default when running on a device.
What is the motivation / use case for changing the behavior?
If the device is managed via Gradle Managed Devices, you cannot use 'adb pull' to get the contents of the sd-card. However, there is a little known feature that the contents of the /sdcard/Android/media/<Bundle Identifier>/additional_test_output directory is copied over to app/build/outputs/managed_device_android_test_additional_output after the tests have been executed.
I'm submitting a ...
What is the current behavior?
Allure results are written to /sdcard/googletest/test_outputfiles/allure-results or by default when running on a device.
What is the motivation / use case for changing the behavior?
If the device is managed via Gradle Managed Devices, you cannot use 'adb pull' to get the contents of the sd-card. However, there is a little known feature that the contents of the
/sdcard/Android/media/<Bundle Identifier>/additional_test_output
directory is copied over toapp/build/outputs/managed_device_android_test_additional_output
after the tests have been executed.Details can be found here