资源说明:用这个jar文件,就可以实现命令行运行selenium测试。
命令行格式如下,
java -jar D:/workspace/testproject/selenium/selenium-server-standalone-2.21.0.jar -htmlSuite "*iexplore" "http://localhost:8081" "D:/workspace/testproject/selenium/alltests.html" "D:/workspace/testproject/selenium/results.html" -port 4445
先用命令行测试一下,看看能否生成测试结果(上例中,results.html)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。