Hi,
After we run unit and UI tests in iOS simulator we have added the “Generate Xcode test HTML/JUnit” step. I can see nice reports and some artefacts in the test reports page. However, the HTML report from XCTestHTMLReport appears on the Apps & Artefacts tab and only shows up as a static empty page when clicking “View details” or to be downloaded.
I’d like to be able to browse the report generated by XCTestHTML report as it is very useful in determining at which point a UITest failed, and you can see many more screenshots from the execution of them.
At the moment the workaround is to download the full Test.xcresult.zip but it’s a big file and the HTML is supposed to allow you to browse it instead.
Is there some kind of configuration we are missing to get the HTML to be accessible?