'C++ Google test - exporting additional information like 'author' and 'project' to XML report

I am using the output parameter of google test like

--gtest_output=xml:Reports\fooReport.xml

However some XML attributes like author and project won´t be exported as the tool gtest2html might expect. Is there a property like 'author' available in gtest at all? If so, where would I assign it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source