如何将 jenkins 与 Selenium-webdriver 集成。我正在为 Selenium TestCases 使用 Python 语言。我尝试了“pyvirtualdisplay”Python 模块来隐藏 Jenkins CLI 上的显示。目前我已经使用 ant 构建脚本来执行 Python 测试套件。
我想使用 Jenkins "Selenium" 插件来集成我的 Python 测试用例。但是“Selenium”插件只允许“HTMLSuite”文件。
如何使用 Jenkins“Selenium”插件运行我的 Python TestCase?