如何在Hudson上展示用spec或PHPUnit编写的Selenium测试

我正在Hudson上设置Selenium测试,并寻找一种简单的方式来展示漂亮的结果,例如项目总结和哈德森上的构建摘要。 目前我已经在Rspec和Selenium的PHPUnit扩展中编写了Selenium测试用例(我更喜欢在PHP上使用Rspec)。

在Hudson CI服务器上提供Selenium测试的详细报告的最佳方式是什么? 我更喜欢使用Rspec而不是PHPUnit。 如果我可以使用rspec并且仍能很好地与Hudson CI服务器集成,那将是非常好的。

我非常感谢您的详细评论。 非常感谢你的帮助

最好的祝福


如果您的结果是HTML文件,则可以使用HTML Publisher插件。

看看类似的问题https://serverfault.com/questions/184805/how-to-view-test-results-in-hudson/185027#185027这家伙接缝已经集成了硒测试到junit,因此可以使用xunit测试发布结果。

有两个硒插件,一个应该为你工作。

这我不知道rspec是什么rspec和哈德森进入谷歌。 第二个链接是这一个http://reprocessed.org/blog/easy_rails_ci_with_hudson它应该包含你需要的一切。

链接地址: http://www.djcxy.com/p/8951.html

上一篇: How to present a Selenium test written in spec or PHPUnit on Hudson

下一篇: Hudson style build reports on developer machines/within Eclipse