Test Execute HTML Reports without the JS
We have pretty much completed our Teamcity CI integration, however one issue remains, the HTML reports it generates, there is javascript within it to load the treeview. This really isn't great, perhaps 20 years ago it might have been the done thing, now it's very unlikely a web platform will happily execute external content.
This means the external content tabs that CI platforms like TeamCity offer, whilst they can render some of the Test Execute content, they will correctly refuse to run external content, meaning the logs and images aren't viewable.
I think this should be addressed. Is the a way to export WITHOUT javascript?
Please don't say Internet Explorer MHT, and that is even older, and even more obsolete.
Fixed the issue, it wasn't recursively including all the results artefacts. Used the ant wildcard for recursive, and it's now working.
%TestComplete_ResultsFolder%**/* => Results
We now have a full working integration of TeamCity and TestExecute, with inline results viewing, and JUnit parsing. The test plans are fully templated.