Skip to content

Commit 03010d4

Browse files
Aleksandr Lyubenkovjstemmer
authored andcommitted
junit: Add File attribute to testsuite
Closes #113
1 parent 88ec922 commit 03010d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit/junit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ type Testsuite struct {
5252
Skipped int `xml:"skipped,attr,omitempty"`
5353
Time string `xml:"time,attr"` // duration in seconds
5454
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
55+
File string `xml:"file,attr"`
5556

5657
Properties *[]Property `xml:"properties>property,omitempty"`
5758
Testcases []Testcase `xml:"testcase,omitempty"`

0 commit comments

Comments
 (0)