Selenium grid and Jenkins configuration

我的梦境 提交于 2019-12-04 19:32:07

Selenium server doesn't come with the plugin as far as I am aware. If you're looking for an example of how to set this all up, there is quite a nice PDF available at https://www.packtpub.com/sites/default/files/downloads/Distributed_Testing_with_Selenium_Grid.pdf showing how to set up Selenium grid and configure Jenkkns to work with it.

Hope this helps.

with regards to https://www.packtpub.com/sites/default/files/downloads/Distributed_Testing_with_Selenium_Grid.pdf The above pdf is really good; however the section :

Creating and executing Selenium script in parallel with Python provides following methods 1) using glob function 2) nosetests function ( i tried this and it really works great for me) 3) integration with jenkins - i seriously have no clue about this section ....and i think explanation is insufficient .

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!