I can't find any way to change the name of the surefire-report that uiautomator together with android-maven-plugin outputs.

Anyone know if its possible? Or any work around?

有帮助吗?

解决方案

If you meant the TEST-<STUFF>.xml files with test report, then this is not configurable, refer to https://github.com/jayway/maven-android-plugin/blob/master/src/main/java/com/jayway/maven/plugins/android/standalonemojos/UIAutomatorMojo.java, writeJunitReportToFile() method (or just search for "TEST-" pattern).

A workaround might be moving the report files with antrun.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top