Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 418 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 418 Bytes

xunit-converter

Library to convert test reports to XUnit format

##Supported Formats:

  • Nose
  • JSUnit
  • MsTest

##Project Contribution

###Prerequisites

  • JavaIDE - I'm using IntellJ IDEA (14.1.2)
  • JavaJDK version 1.7 +
  • JAVA_HOME environment variable correctly setup
  • Maven - I'm using Maven 3.3.3
cd xunit-converter
mvn clean install -DskipTests