문제

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