Location of TestComplete output log messages when running under Azure Dev Ops
Hi,
I'm relatively new to TestComplete and am running a TestComplete project from Azure Dev Ops via a pipeline connected to an agent on my local machine running Windows 10 Enterprise, and am trying to find the value of a path (including Project.Path) being set for an Excel read, as the Excel read that follows it fails. (It works fine when run locally).
The pipeline is set up to run using TestComplete, and points to a project file, running tests listed and checked as test cases in Execution Plan.
The test platform version is 'Installed by Tools Installer'.
Visual Studio Test Platform Installer uses 'Latest Stable'.
When vstest - testAssemblies runs, Azure Dev Ops logs its own activity but refers the reader to log files when tests fail, as per attachment.
Does anyone know where TestComplete logs are written to in this scenario? I would like to see information I've logged using TestComplete's log message but can't seem to find any other log files. Those in TestComplete only hold log.message lines from tests run from within TestComplete itself.
Is it the case that log.message is disabled while running in a remote pipeline and that trying to get debug information this way just isn't supported?