We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99542b0 commit f1ca641Copy full SHA for f1ca641
test/k8s-integration/filter-junit.go
@@ -38,6 +38,7 @@ type TestSuites struct {
38
TestSuite []TestSuite `xml:"testsuite"`
39
}
40
type TestSuite struct {
41
+ XMLName string `xml:"testsuite"`
42
TestCases []TestCase `xml:"testcase"`
43
44
0 commit comments