Hi Team,
I Have set up a CI/CD pipeline with yml file which contains command line syntax to run the test cases. I also have set up a private gitlab runner in my cloud machine and trying to trigger the test cases from my local Machine.
The runner is able to create a local copy from gitlab into the cloud machine. But not triggering the execution, I am able to run the test cases in both command prompt and from the tool in cloud machine.
I am getting the following error,
sun.awt.shell.Win32ShellFolderManager2 getDesktop:Cannot access 'Desktop'
java.io.IOException: Could not get shell folder ID list
Please help me in solving this.
Thanks,
Anusha