最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Gui automation on Jenkins windows slave node - Stack Overflow

programmeradmin1浏览0评论

I am running robot framework gui scripts on Jenkins windows slave node. if i want to see the execution of browser opening as part of running the job, wat needs to be done. currently all executions are happening in back ground.can any body let me know on this.

I am running robot framework gui scripts on Jenkins windows slave node. if i want to see the execution of browser opening as part of running the job, wat needs to be done. currently all executions are happening in back ground.can any body let me know on this.

Share Improve this question asked Jan 17 at 17:03 SS LSS L 54 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I believe it has to do with the kind of session Jenkins uses to connect to the Windows agent.

I encountered a similar scenario some time ago. I cannot explain the technical implications under these choices, but I can tell you what worked for me.

  1. How do you configure your Windows machine as a Jenkins agent?

Configuring jenkins as a windows service did not work for me, but running the .jar as part of a startup script did work.

  1. How do you connect to your Windows machine?

I could not see what jenkins was doing on the VM when I connected via RDP. I had to use TightVNC to see it interacting via the browser.

发布评论

评论列表(0)

  1. 暂无评论