radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
848 stars 38 forks source link

does this work with android espresso? aka instrumented android tests? #268

Closed carlos-vargas-pplus closed 1 year ago

carlos-vargas-pplus commented 2 years ago

Description

I need to have a better report tooling on my jenkins console when running android espresso tests. I want to know if this can work for android espresso

radarsh commented 2 years ago

Sorry no idea what Android expresso is. Never done any Android app development. What issues are you facing?

carlos-vargas-pplus commented 2 years ago

hello, android espresso is instrumented test is like appium but from android code https://developer.android.com/training/testing/espresso since we run tests using gradle + android I wanted to know if this is possible to do with espresso

radarsh commented 2 years ago

In theory it should be possible as long as you can tests using Gradle.

better-dmitriy commented 2 years ago

@calvario31 Hi, did you manage to get this work with espresso?

calvarioTeacher31 commented 2 years ago

hello im answering from another account. At the end we implement allure reports so didnt need this as reporting tool

cdavie-artium commented 1 year ago

Related: https://github.com/radarsh/gradle-test-logger-plugin/issues/111