trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to take screenshot with Composer and Espresso Android.

herbert-soares-ifood opened this issue · comments

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

This dont take screenshot and dont upload for report. html

nothing actionable here for the gradle plugin.