У меня NUnit создаёт отчёт в формате XML. В этой теме (http://automated-testing.info/forum/preobrazovanie-xml-otchetov-nunit-v-html#comment-3709) взял кусок кода XSL файла, для того, чтобы преобразовать XML файл.
Вопрос в том, что делать с этим XLS файлом?
Куда его сувать, как его включать и т.п. Я так понял, что для того, чтобы он преобразовался я должен добавить ссылку на XSL файл в XML файл.
For tools using a stylesheet to convert into JUnit files, you are able to use your own XSL at Jenkins level. Specify your XSLs in the JENKINS_HOME/useContent directory with the following convention userContent/xunit/[toolName]/[version]/[your_xsl].
For example: userContent/xunit/AUnit/3.1.1/aunit-to-junit.xsl
Note: The tool name and the version are taken from the label in the combo box from the UI. If the tool doesn't have a version, do not create a version directory.
2. или же c помощью языка программирования преобразовать файл