Skip to content

superbeeny/xunit-converter-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xunit-converter-task

Thoughtworks Go plugin to convert test reports to XUnit format.

Supported Formats:

  • Nose
  • JSUnit

Usage:

  • Download jar from releases & place it in <go-server-location>/plugins/external & restart Go Server.
  • Select 'XUnit Converter' in Admin -> Pipeline Configuration -> Stage Configuration -> Job Configuration -> Task listing drop-down
  • Select 'type' of original test report, 'input directory' containing original reports & 'output directory' where the plugin should write the XUnit format reports into
  • Make sure you select 'RunIf Conditions' to 'Any', so the plugin converts reports even if tests fail.
  • Add the ouput directory of plugin as 'Test Artifact' in Artifacts tab

Development:

git clone https://github.com/srinivasupadhya/xunit-converter
cd xunit-converter
mvn clean install -DskipTests
cd ..
git clone https://github.com/srinivasupadhya/xunit-converter-task
cd xunit-converter-task
mvn clean install -DskipTests

About

Thoughtworks Go plugin to convert test reports to XUnit format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.7%
  • HTML 16.3%