File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
test/fixtures/command-line Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1184,6 +1184,10 @@ var options = {
11841184 valid :
11851185 / ^ (?: d o t | s p e c | t a p | x u n i t | l i s t | p r o g r e s s | m i n | n y a n | l a n d i n g | j s o n | d o c | m a r k d o w n | t e a m c i t y ) $ / ,
11861186 } ,
1187+ proxy : {
1188+ name : "proxy" ,
1189+ info : "set the proxy used to fetch results" ,
1190+ } ,
11871191 } ,
11881192 waterfall : {
11891193 type : {
Original file line number Diff line number Diff line change 11{
22 "name" : " webpagetest" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " WebPageTest API wrapper for NodeJS" ,
55 "author" : " WebPageTest <github@WebPageTest.com> (http://github.com/WebPageTest)" ,
66 "homepage" : " http://github.com/WebPageTest/webpagetest-api" ,
2020 "url" : " http://github.com/WebPageTest/webpagetest-api/issues"
2121 },
2222 "main" : " lib/webpagetest.js" ,
23- "bin" : " bin/webpagetest" ,
23+ "bin" : {
24+ "webpagetest" : " bin/webpagetest"
25+ },
2426 "scripts" : {
2527 "test" : " ./node_modules/mocha/bin/mocha -R spec test/*-test.js"
2628 },
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Options:
1818 -S, --specs <json_or_file> set the specs for performance test suite
1919 -r, --reporter <name> set performance test suite reporter output:
2020 [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
21+ --proxy set the proxy used to fetch results
2122 -e, --request <id> echo request ID, useful to track asynchronous
2223 requests
2324 -h, --help display help for command
Original file line number Diff line number Diff line change @@ -173,4 +173,5 @@ Options:
173173 --reporter <name> set performance test suite reporter
174174 output:
175175 [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
176+ --proxy set the proxy used to fetch results
176177 -h, --help display help for command
You can’t perform that action at this time.
0 commit comments