gpt4 book ai didi

selenium - 在 Jenkins 中运行 Selenium 测试

转载 作者:行者123 更新时间:2023-12-02 19:39:04 28 4
gpt4 key购买 nike

我通过 Selenium IDE 记录了一些简单的 Selenium 测试。现在我想在 Jenkins 中运行这些测试。我需要 Jenkins 的哪个插件才能做到这一点?以及如何逐步运行测试?感谢帮助。

最佳答案

您可以使用录制的selenium IDE脚本和selenium-server.jar文件从Jenkins运行它步骤如下:

  1. 前往 SeleniumHQ 页面并下载 Selenium Server 文件 例如:selenium-server-standalone-2.33.0.jar
  2. 修复html测试套件使用Selenium IDE录制然后另存为html 测试用例和测试套件然后将它们放在同一文件夹中 例如:TestCase.html、TestSuite.html
  3. 在 Jenkins
    • 插件 Seleniumhq
    • 配置 Selenium 运行程序文件 管理 Jenkins > 配置系统 > Selenium 远程控制:htmlSuite Runner = 您在步骤 1 中下载的文件的路径
    • 配置要运行的作业 在“构建”字段中单击“添加构建步骤”,然后选择“seleniumhq htmlSuite Run” 浏览器: *firefox 或 *iexploer .... 开始网址:http://www.google.com或者 ... suiteFile:输入步骤2中保存的TestSuite.html文件的绝对路径 resultFile:输入将保存结果的文件的绝对路径

希望这有帮助!

关于selenium - 在 Jenkins 中运行 Selenium 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14896905/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com