I'm trying to validate a GoogleTest (gtest) XML output file, and for that I need the schema/XSD for the gtest format.
I've searched online, and could not find anything. A lot seems to point at the JUnit schema, but - from what I know - they are different; GoogleTest XML supports the value_param
field in the <testcase>
tag, whereas JUnit does not. Similarly for the timestamp
field in the <testsuites>
tag.