JUnit Report attachments should have relative paths

It’s great that the test results in the JUnit report includes screenshots, but their location is an absolute path to the screenshot. So if I open the report from a different computer, or in a CI system, none of the attachment links work.

I’d like the paths to be relative to the Reports folder so that I can use them on another computer, or open them up in my CI system.

Here’s what GitLab shows:

That link would actually work if the JUnit report had used a relative path.