简体   繁体   English

如何在jenkins slave机器上运行selenium脚本,但脚本在Master机器中

[英]How to run selenium scripts in jenkins slave machine but the scripts are in Master machine

我在本地系统中安装了jenkins的selenium脚本我想在slave机器上运行脚本而不复制slave机器中的selenium脚本

You can use the Selenium plugin to transform your Jenkins environment into a Selenium Grid. 您可以使用Selenium插件将Jenkins环境转换为Selenium Grid。 If you do that you need to initialize your RemoteWebDriver s with the Jenkins master as the hub. 如果这样做,则需要使用Jenkins master作为集线器初始化RemoteWebDriver

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Selenium RC,如何在远程计算机中运行Selenium RC脚本 - Selenium RC, How to run selenium RC Scripts in remote Machine 如何在给定的时间在一台计算机上平稳地执行多个Selenium脚本 - How to smoothly execute mulitple Selenium scripts on a single machine at a given time 由于远程计算机的解析,Selenium脚本在远程计算机中失败 - Selenium scripts are getting failed in Remote machine due to Resolution of Remote machine Jenkins和Maven可以安全地运行多少硒测试脚本 - How many selenium test scripts can be safely run with Jenkins and Maven 通过GitHub #Jenkins运行Selenium脚本 - Run selenium scripts through GitHub #Jenkins 使用安装在服务器中的 jenkins 运行 selenium 脚本 - Run selenium scripts using jenkins installed in server 将虚拟机上的Selenium测试的显示分辨率设置为Jenkins Slave - Setting display resolution for Selenium tests on virtual machine as Jenkins Slave 如何使用Jenkins在远程机器上运行selenium脚本 - How to run selenium script on remote machine using Jenkins 如何在虚拟机上通过 Jenkins 运行 Selenium 服务器(RC)? - How to run Selenium server (RC) via Jenkins on a virtual machine? 如何在Web服务器中运行Selenium脚本? - How to run Selenium Scripts in webservers?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM