I'm trying to run Selenium tests on Azure devops. I'm using self hosted agent. I've run the agent interactively. the agent is configured to run as USER1
Now when I run the pipeline the tests are running fine. When I try to view the running tests by rdp into the machine I am able to view them as well.
However when user2 runs the pipeline, the user is unable to see the running tests, but user1 is able to see the tests.
How can we configure the agent so that, any user (user1, user2, user3) that runs the pipeline should also be able to view the running tests when they rdp into that agent which is running the test