Would it be possible to customise the name="goss" attribute in the tag?
The use case is that I am running goss tests against from jenkins against multiple servers, and because the name is set to goss its very difficult to differentiate on which server it actually failed.
If I could replace goss with the hostname of the server where it was run, then it would much easier to identiyf and troubleshoot failing tests
As you can see from below, I am checking openssh-version on several servers, but they give no hints where they were executed.
The following declaration generates the Junit xml report
This is the output from the Junit xml
Would it be possible to customise the name="goss" attribute in the tag?
The use case is that I am running goss tests against from jenkins against multiple servers, and because the name is set to goss its very difficult to differentiate on which server it actually failed.
If I could replace
goss
with the hostname of the server where it was run, then it would much easier to identiyf and troubleshoot failing tests As you can see from below, I am checking openssh-version on several servers, but they give no hints where they were executed.