junit: Add File attribute to testsuite

Closes #113
This commit is contained in:
Aleksandr Lyubenkov 2020-08-12 18:44:09 +03:00 committed by Joël Stemmer
parent 88ec9224c5
commit 03010d4a32

View File

@ -52,6 +52,7 @@ type Testsuite struct {
Skipped int `xml:"skipped,attr,omitempty"`
Time string `xml:"time,attr"` // duration in seconds
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
File string `xml:"file,attr"`
Properties *[]Property `xml:"properties>property,omitempty"`
Testcases []Testcase `xml:"testcase,omitempty"`