Closed tarolechaitanya closed 3 years ago
Its possible, but wont be directly supported by this project. The library just outputs images to a specific directory on the device that the plugin later pulls via adb pull. You would need to perform the adb pull on your own and the verification. You can likely reuse the python scripts in the plugins directory to do this.
Hi, I am developing an application for AOSP. I would like to do screenshot testing for the same. I am developing system application so it has makefile based structure. However I do not find support for system apps for screenshot library. I would like to integrate screenshot library in AOSP source code.
Can it be possible to integrate and use it ?
Thanks.