YSlow,PhantomJS和Jenkins整合

时间:2013-06-24 18:13:14

标签: jenkins phantomjs yslow

我正在阅读YSlow官方文档,我对Jenkins集成部分感到有点困惑

http://built-url-here是您项目的可访问构建页面网址

因为我想设置它以便它可以在我的网站的所有页面(或任意数量的页面)上进行速度测试?

http://built-url-here是否意味着网址列表?或者是什么?我该如何定义它?我如何设置只测试我网站的一些链接?

文档在这里 - > http://yslow.org/phantomjs/

非常感谢。

1 个答案:

答案 0 :(得分:0)

http://built-url-here是一个可访问的构建页面URL端点,这意味着如果您要测试多个页面,则必须多次运行yslow for phantomjs命令行将结果输出到不同的文件中,例如:

phantomjs yslow.js -i grade -threshold "B" -f junit http://staging/page1 > yslow1.xml

phantomjs yslow.js -i grade -threshold "B" -f junit http://staging/page2 > yslow2.xml

phantomjs yslow.js -i grade -threshold "B" -f junit http://staging/page3 > yslow3.xml

然后设置Jenkins输出报告以检查* .xml