meteor/go-junit-report

Name: go-junit-report

Owner: Meteor

Description: Convert go test output to junit xml

Forked from: jstemmer/go-junit-report

Created: 2017-10-11 22:43:08.0

Updated: 2017-10-11 22:43:10.0

Pushed: 2017-10-11 22:47:24.0

Homepage:

Size: 72

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

go-junit-report

Converts go test output to an xml report, suitable for applications that expect junit xml reports (e.g. Jenkins).

Build Status Report Card

Installation

Go version 1.1 or higher is required. Install or update using the go get command:

et -u github.com/jstemmer/go-junit-report
Usage

go-junit-report reads the go test verbose output from standard in and writes junit compatible XML to standard out.

est -v 2>&1 | go-junit-report > report.xml

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.