【发布时间】:2010-11-07 18:24:48
【问题描述】:
我刚刚部署了一个 Hudson 服务器并将其配置为检查、构建和部署到一个测试 http 服务器。
现在我想要更多 =)
我有一些用 C#/.Net 编写的 Selenium RC 测试,使用 MbUnit 基础架构,在 Gallio Icarus 上运行良好。
如何设置 Hudson 来运行这些测试?我们在 Windows 2003 服务器中。
我正在考虑设置一个运行测试的批处理脚本。但是如何在 CLI 中运行它们呢?是否有可以运行我们测试的 CLI 测试运行程序?
【问题讨论】:
标签: selenium hudson integration-testing mbunit test-runner