Hanila
7 months agoOccasional Contributor
How to fully automate test complete UI test cases flow
I am running my test complete UI testcases via Azure dev ops pipe line. I have set up self hosted aged which is required to run in interactive mode. When I need to execute the pipeline, I need to...
- 7 months ago
Thx for the reply Raghavani. Yes, I have gone through those documents. They all gave me the solution to let a user log in without authentication if I want to run the agent in interactive mode. My team put it down as it is not secure. Now I have found a way to run the agent without breaking any authentication process. Listing the solution in case anyone needs it in future. Created a Windows task to schedule a restart of my test machine. Create another regular task (Not basic) for agent to start on system restart, and in the actions -> arguments I have added the command /c start "" "folderstructure\run.cmd". This work as expected without the need to bypass any authentication protocols.