MarkG123
2 months agoOccasional Contributor
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, perh...
- 2 months ago
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.