0

We have Robot-Python based on Automation which performs UI operations on Browsers (using selenium), Windows Apps(using pywinauto), windows commands, etc. The automation perfectly works fine when we run it independently. But fails when triggered using Jenkins server. We have single Jenkin server with multiple clients. If the base machine is server then it works since it able to perform the operations in foregroud. But if it is other clients, then it is unable to launch any app in foreground and fails. We have tried many solutions which are mentioned in web including JNLP connection. But nothing able to trigger the apps in foreground

Anand
  • 1
  • 2
  • Issue resolved using following. https://stackoverflow.com/questions/9618774/jenkins-selenium-gui-tests-are-not-visible-on-windows. If jenkins installed by windows installer it is showing only Console out put only. To see browsers download jenkins.war file and run java -jar jenkins.war from command line. Go through this site: http://learnseleniumtesting.com/jenkins-and-continuous-test-execution/ – Anand Feb 14 '22 at 09:57

0 Answers0