I've been working with Playwright recently and have noticed that it stores the browser type in the 'hostname' attribute.
Using the getting started guide, this simplified junit xml results file shows that the two tests are repeated in the test output, differentiated by their hostname.
I've been working with Playwright recently and have noticed that it stores the browser type in the 'hostname' attribute.
Using the getting started guide, this simplified junit xml results file shows that the two tests are repeated in the test output, differentiated by their hostname.
This hostname property should be accessible in our meta_data for the suite and testcases.