Forum Discussion

OscarA's avatar
OscarA
Regular Visitor
2 months ago

Saving Logs as part of Azure Devops pipeline

Hello there

We have a Test Complete project suite which runs an execution plan in a test project. At the end of the execution plan, we generate a HTML log for the test run, which shows the results of all the steps in the execution plan. This works fine in TestComplete and generates a HTML report with all the steps included.

I am now trying to run this project suite via a pipeline in Azure Devops server. I have managed to get the pipeline up and running, but when it runs via the pipeline it only generates a log for the last step in the execution plan (i.e. the SavedLogs step).

I assume that the test runner is running all the test cases as separate processes, so it is generating individual logs for each test case.

Is there any way to get the pipeline to run all the tests in the project suite together, so that a complete HTML log for the run can be produced?

No RepliesBe the first to reply