trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer
Apache License 2.0
54 stars 18 forks source link

Take Screenshot for Report With Composer. #50

Closed loadin799 closed 5 years ago

loadin799 commented 5 years ago

How to take screenshot and upload on Report Composer?

herbert-soares-ifood commented 5 years ago

up

trevjonez commented 5 years ago

composer pulls screenshots produced by spoon's runtime library. falcon can be used with spoon to get more complete screenshots or you can have ui automator write to the file produced by spoon to get an even better shot. there is also a library https://github.com/Muddz/PixelShot that could be used.

none of this has anything to do with the gradle plugin though so I am closing the issue.