简体   繁体   中英

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. If you do that you need to initialize your RemoteWebDriver s with the Jenkins master as the hub.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM