UIAutomator Test Report -


i not able find information how genarate uiautomator test reports in xml format. have found out log-converter may used purpose wonder if tool (uiautomator) has report generation property itself?

thanks in advance

ui automator not provide functionality. report generation handled @ layer outside of test (by test runner or test harness). example, if run tests using gradle, handle report generation you.

see https://stackoverflow.com/a/33901239/1999084 more discussion on similar question.


Comments