Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用 Jenkins Docker 插件,我们可以动态配置从属服务器。
我需要在自动创建的从属设备上运行 UI 测试。这可行吗?如果是,我们怎样才能做到这一点?
UI 测试是基于 Eclipse 的工具的 WindowTester 测试用例。
我正在做同样的事情,在成功构建时,我们正在 Windows 机器上运行所有自动化测试用例。
在您的 Jenkins 中,您需要将 Windows 机器添加为从机器。
试试下面的教程 - https://wiki.jenkins.io/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines+on+Windows
一旦节点启动并运行,然后在您的作业中确保您选择了 Windows 从属节点。