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

How to take screenshot with Composer and Espresso Android. #49

Closed herbert-soares-ifood closed 5 years ago

herbert-soares-ifood commented 5 years ago

Hello. How to take screenshot with Composer with Gradle And Espresso Android?

My code on gradle: composer { instrumentationArgument('notAnnotation', 'com.trevjonez.kontrast.KontrastTest') withOrchestrator true shard true instrumentationArgument('screenshotsDisabled', 'false') configs { debug { instrumentationArgument('screenshotsEngine', 'uiAutomator') keepOutput true } } }

And i utilize version 0.12.0

herbert-soares-ifood commented 5 years ago

This dont take screenshot and dont upload for report. html

gabriel-prado-ifood commented 5 years ago

up

rafael-hiroshi-ifood commented 5 years ago

Up

trevjonez commented 5 years ago

nothing actionable here for the gradle plugin.