File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
test/fixtures/command-line Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -665,6 +665,10 @@ var options = {
665665 valid :
666666 / ^ (?: 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 ) $ / ,
667667 } ,
668+ proxy : {
669+ name : "proxy" ,
670+ info : "set the proxy used to fetch results" ,
671+ } ,
668672 } ,
669673 waterfall : {
670674 type : {
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