-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: junit-plugin
JUnit XML has a hostname attribute as part of testsuite element. At least in a number of schemas I found.
Adding support for this attribute would allow us:
- Possibly displaying it along with the testcase or testsuite results.
- Would make deduplication easier for parallel jobs or same tests running on diff machines/architectures/operating systems.
- Since a different slave could be used for a different test run would make it easier to see how results vary if we can tell which slave was used to run the tests.