0

I am using AndroidJUnit4 as my test runner for android espresso and uiautomator test. The html report generated gives no stack trace information or custom error messages. Is there a way to get detailed report?

Prabin Timsina
  • 2,131
  • 3
  • 16
  • 27

1 Answers1

0

./gradlew app:connectedAndroidTest

Prabin Timsina
  • 2,131
  • 3
  • 16
  • 27