Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby 使用CI中的hydra_Ruby_Continuous Integration_Hudson - Fatal编程技术网

Ruby 使用CI中的hydra

Ruby 使用CI中的hydra,ruby,continuous-integration,hudson,Ruby,Continuous Integration,Hudson,我正在尝试将我的测试套件转换为 当我从命令行运行它时,它工作得很好,但我现在想将它集成到我的构建过程中。为此,我需要一些好的输出 是否有可用的格式化程序使hydra输出与hudson一起工作?或者只是一般地制作一个类似cucumber本地提供的html文件?我发现,您可以使用junit格式化程序获得hudson可以读取的输出。即使使用hydra,它也可以将每个要素文件的输出放在自己的xml文件中 为了让html输出正常工作,我必须做更多的工作。我分叉了hydra,编写了一个cucumber格式化

我正在尝试将我的测试套件转换为

当我从命令行运行它时,它工作得很好,但我现在想将它集成到我的构建过程中。为此,我需要一些好的输出


是否有可用的格式化程序使hydra输出与hudson一起工作?或者只是一般地制作一个类似cucumber本地提供的html文件?

我发现,您可以使用junit格式化程序获得hudson可以读取的输出。即使使用hydra,它也可以将每个要素文件的输出放在自己的xml文件中

为了让html输出正常工作,我必须做更多的工作。我分叉了hydra,编写了一个cucumber格式化程序,以每个文件为基础输出html,然后向hydra添加了一个侦听器,以便在最后将它们缝合在一起

你可以找到叉子,我希望能很快把它拉进九头蛇怪