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?
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?
你应该使用:
流星——测试流星运行--测试
这与velocity-ci的作用相同,无需额外安装
你可以试试velocity-ci
速度-cli
用于从命令行运行速度测试套件的 NPM 模块
安装
npm install -g 速度-ci
跑
从您的项目目录中输入速度
这个怎么运作
velocity-cli 产生一个流星进程并使用 DDP 连接到它。PhantomJS 连接到流星进程以触发客户端测试。通过 DDP 收到的测试结果会在控制台打印。此过程以适当的退出状态代码退出。
所以构建步骤将velocity
在流星目录中