如何在 Hudson 上呈现用规范或 PHPUnit 编写的 Selenium 测试
我正在 Hudson 上设置 Selenium 测试,并寻找一种简单的方法来呈现良好的结果,例如 Hudson 上的项目摘要和构建摘要。 目前,我已经在 Rspec 和 PHPUnit 的 Selenium 扩展中编写了 Selenium 测试用例(相对于 PHP,我更喜欢在 Rspec 上工作)。
在 Hudson CI Server 上呈现 Selenium 测试详细报告的最佳方式是什么? 我更喜欢使用 Rspec 而不是 PHPUnit。如果我可以使用 rspec 并且仍然与 Hudson CI Server 很好地集成,那就太好了。
我非常感谢您的详细评论。 非常感谢您的帮助
诚挚的问候
I am setting up Selenium tests on Hudson and looking for an easy way to present nice results such as Project summary and build summary on Hudson.
Currently I have written Selenium test cases in Rspec and PHPUnit's extension for Selenium (I prefer working on Rspec over PHP).
What is the best way to present detailed report for Selenium tests on Hudson CI Server?
I prefer to use Rspec over PHPUnit. It would be very nice if I can use rspec and still integrate well with Hudson CI Server.
I would very much appreciate for detailed comments.
thank you so much for your help
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的结果为 HTML 文件,则可以使用 HTML Publisher 插件。
看看类似的问题 https://serverfault.com /questions/184805/how-to-view-test-results-in-hudson/185027#185027 这家伙似乎已将 selenium 测试集成到 junit 中,因此可以使用 xunit 测试发布结果。
有两个 selenium 插件,其中一个应该适合您。
我不知道 rspec 是什么,我在 google 中输入了 rspec 和 Hudson。第二个链接是这个 http://reprocessed.org/blog/easy_rails_ci_with_hudson 它应该包含您的所有内容需要。
If you have the results as HTML files, you can use the HTML Publisher plugin.
Have a look at a similar question https://serverfault.com/questions/184805/how-to-view-test-results-in-hudson/185027#185027 This guy seams to have integrated the selenium tests into junit and therefore the results can be published using the xunit tests.
There are two selenium plugins, one should work for you.
This I have no idea what rspec is I entered rspec and Hudson into google. The second link was this one http://reprocessed.org/blog/easy_rails_ci_with_hudson It should contain everything you need.