mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
Add xsd link to junit-formatter
This commit is contained in:
parent
c633abbaa9
commit
bcc3b7b2d7
@ -39,6 +39,8 @@ func NewJUnitProperty(name, value string) JUnitProperty {
|
||||
}
|
||||
}
|
||||
|
||||
// JUnitReportXML writes a junit xml representation of the given report to w
|
||||
// in the format described at http://windyroad.org/dl/Open%20Source/JUnit.xsd
|
||||
func JUnitReportXML(report *Report, w io.Writer) error {
|
||||
suites := []JUnitTestSuite{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user