erikgt
25 days 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 TestExecute Jenkins plugin subsequently fails to pick these log files up to display them. Is there a way I can view these resultant .htmlx and/or tcLogX files locally?
Opening the tcLogX file with TestComplete itself doesn't seem to work, and similarly my browser (Firefox) doesn't seem to like the taste of HTMLX
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.