I did not find a relevant answer to our problem so I am contacting you. I'm are experiencing a few problems using the artoftest runner remotely on a virtual machine, set up through the Azure pipeline.
Tests are working locally on my pc with no problem. Our issues are:
1. It contains the base URL of our site that is running on a virtual machine from which we are running the tests. Everything works ok when we run the test list locally on the laptop. But when we are running it through the command line manually on the VM, it starts the browser and goes to the localhost address that was previously used.
2. When we run the Azure pipeline, that contains the command line "ArtOfTest.Runner.exe -xml list="C:\TelerikTemp\s\Citus.Platform.Administration.FrontEnd.Tests\TestLists\demo.aiilist""
the overall result fails, with no specific error anymore, we resolved the previous errors with the Chrome browser. Monitoring the behavior of the active processes in the VM while the pipeline is running, we saw that the artoftest runner runs, and also Google Chrome pops out in the list of processes,
but nothing happens. Chrome won't open automatically and the processes terminate with the error message "Overall result: Fail" without any specific detail about the error.
Thank you,
Domagoj Halusek