erikgt
5 months agoOccasional Contributor
How to open HTMLX and tcLogX files outputted by TestExecute
As per this topic, on a TestExecute Jenkins pipeline being aborted due to a (Jenkins-side) timeout, the test results are saved as per the project's 'save log every ... minutes' setting. However, the ...
- 5 months ago
Could you try with,
Remove /ForceConversion and /ExportLog use .html and not .htmlx or .tclogx
Also, does your automation require a UI or are you doing headless testing?
FYI, to view a .tcLogX file, add it to your TestComplete project:
- In your project, right-click the Project_name Logs item in the Project Explorer and select Add > Existing Log File from the context menu.
- Navigate to the .tcLogX file using the standard Open File dialog and click Open.
- TestComplete will add the file to your project and you will be able to view it in the Test Log panel.