We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec922 commit 03010d4Copy full SHA for 03010d4
junit/junit.go
@@ -52,6 +52,7 @@ type Testsuite struct {
52
Skipped int `xml:"skipped,attr,omitempty"`
53
Time string `xml:"time,attr"` // duration in seconds
54
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
55
+ File string `xml:"file,attr"`
56
57
Properties *[]Property `xml:"properties>property,omitempty"`
58
Testcases []Testcase `xml:"testcase,omitempty"`
0 commit comments