Forum Discussion

enriquebravo's avatar
enriquebravo
Contributor
2 years ago
Solved

Configure Azure DevOps to store TestComplete Logs

Does anybody have any documentation or guidelines on how to setup the storage of logs when using Azure DevOps? I am still in the early stages of the setup process between Azure DevOps, GitHub and Tes...
  • npaisley's avatar
    2 years ago

    Hi enriquebravo!

     

    The first step here is to setup the 'Save logs for' option in the 'TestComplete test adapter installer' task. By default it is set to only bring in logs when tests fail. Setting this to 'All Tests' will allow you to get an .MHT file uploaded for each pipeline run.

    Once this has been setup you can access  your logs by clicking on 'Tests' from a pipeline run, click on the run itself, then select 'Attachments', this is where the .MHT file will be stored.

    I hope this helps!