mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-05-20 10:54:28 -05:00
parent
88ec9224c5
commit
03010d4a32
@ -52,6 +52,7 @@ type Testsuite struct {
|
|||||||
Skipped int `xml:"skipped,attr,omitempty"`
|
Skipped int `xml:"skipped,attr,omitempty"`
|
||||||
Time string `xml:"time,attr"` // duration in seconds
|
Time string `xml:"time,attr"` // duration in seconds
|
||||||
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
|
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
|
||||||
|
File string `xml:"file,attr"`
|
||||||
|
|
||||||
Properties *[]Property `xml:"properties>property,omitempty"`
|
Properties *[]Property `xml:"properties>property,omitempty"`
|
||||||
Testcases []Testcase `xml:"testcase,omitempty"`
|
Testcases []Testcase `xml:"testcase,omitempty"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user