【发布时间】:2012-11-16 17:05:46
【问题描述】:
作为我们 Web 应用程序部署的一部分,我需要在部署后进行基本的冒烟测试。
我正在使用 Selenium RC 在部署结束时自动运行冒烟测试。
现在如何在运行测试套件时最小化(不弹出)浏览器。
以下是用于运行测试套件的命令
java -jar D:\Selenium\RC\selenium-server-standalone-2.25.0.jar -htmlSuite *firefox https://abc.com C:\Users\abc\Desktop\testsuite.html results.html -firefoxProfileTemplate C: \Users\331036\AppData\Roaming\Mozilla\Firefox\profiles\imvteil2.selenium
【问题讨论】:
标签: selenium-rc