3

On Velocity's GH page it mentions "easy CI integration" as one of the benefits, but I haven't seen any documentation about it.

How can I integrate Velocity with Jenkins?

4

2 回答 2

4

你应该使用:

流星——测试

流星运行--测试

这与velocity-ci的作用相同,无需额外安装

于 2014-10-30T23:11:34.160 回答
1

你可以试试velocity-ci

速度-cli

用于从命令行运行速度测试套件的 NPM 模块

安装

npm install -g 速度-ci

从您的项目目录中输入速度

这个怎么运作

velocity-cli 产生一个流星进程并使用 DDP 连接到它。PhantomJS 连接到流星进程以触发客户端测试。通过 DDP 收到的测试结果会在控制台打印。此过程以适当的退出状态代码退出。

所以构建步骤将velocity在流星目录中

于 2014-08-29T11:53:18.800 回答