Closed carlos-vargas-pplus closed 1 year ago
Sorry no idea what Android expresso is. Never done any Android app development. What issues are you facing?
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
In theory it should be possible as long as you can tests using Gradle.
@calvario31 Hi, did you manage to get this work with espresso?
hello im answering from another account. At the end we implement allure reports so didnt need this as reporting tool
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