test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

Include JUnit hostname in meta_data #54

Closed bryanbcook closed 8 months ago

bryanbcook commented 8 months ago

This PR includes:

  1. Changes for suite level meta_data in JUnit. Properties that are defined at the suite level are inherited by test cases unless they override them.
  2. The hostname attribute in <testsuite> is included in suite and test case meta.

Additional fixes:

Addresses: