addons/gut/junit_xml_export.gd

Inherits: RefCounted

Creates an export of a test run in the JUnit XML format.

Description

More words needed?

Methods

Variant

get_results_xml(gut)

Variant

write_file(gut, path)


Method Descriptions

Variant get_results_xml(gut) 🔗

Takes in an instance of GutMain and returns a string of XML representing the results of the run.


Variant write_file(gut, path) 🔗

Takes in an instance of GutMain and writes the XML file to the specified path