Browser Automations ( using Webdriver ) when running from Jenkins are running as Process but not visibl

后端 未结 1 1697
一个人的身影
一个人的身影 2021-01-23 05:07

Details : - Developed a test automation framework using Webdriver and TestNG - Using ANT as triggering tool to drive browser automations. This is working fine, I could see Brows

相关标签:
1条回答
  • 2021-01-23 05:36

    You are probably running Jenkins in the background using the executable provided with it, you need to run it in the foreground: java -jar jenkins.war [other options]. Also, make sure you are looking at the machine where Jenkins is actually run. See this answer.

    0 讨论(0)
提交回复
热议问题