diff --git a/junit/junit.go b/junit/junit.go index 8fac206..bd03cea 100644 --- a/junit/junit.go +++ b/junit/junit.go @@ -52,7 +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"` + File string `xml:"file,attr,omitempty"` Properties *[]Property `xml:"properties>property,omitempty"` Testcases []Testcase `xml:"testcase,omitempty"`