Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 703 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 703 Bytes

automator-log-converter

Android UI Automator to JUnit Format Converter

Reads Android UI automator file outout and write a JUNIT Xml file. For example for usage in CI server as Jenkins

input: file with output from automator (simply redirect it to file) output: file with JUnit XML

("usage: java -jar uiautomator2junit.jar convert ");

(c) Danny Preussler, 2012,2013 ([email protected])

Contains Apache ANT. Android DDMLib, licensed under Apache 2.0

LICENSED UNDER THE APACHE LICENSE, VERSION 2.0 (THE "LICENSE"); YOU MAY NOT USE THIS FILE EXCEPT IN COMPLIANCE WITH THE LICENSE. YOU MAY OBTAIN A COPY OF THE LICENSE AT HTTP://WWW.APACHE.ORG/LICENSES/LICENSE-2.0.