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 = {
665
665
valid :
666
666
/ ^ (?: 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 ) $ / ,
667
667
} ,
668
+ proxy : {
669
+ name : "proxy" ,
670
+ info : "set the proxy used to fetch results" ,
671
+ } ,
668
672
} ,
669
673
waterfall : {
670
674
type : {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Options:
18
18
-S, --specs <json_or_file> set the specs for performance test suite
19
19
-r, --reporter <name> set performance test suite reporter output:
20
20
[dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
21
+ --proxy set the proxy used to fetch results
21
22
-e, --request <id> echo request ID, useful to track asynchronous
22
23
requests
23
24
-h, --help display help for command
Original file line number Diff line number Diff line change @@ -173,4 +173,5 @@ Options:
173
173
--reporter <name> set performance test suite reporter
174
174
output:
175
175
[dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
176
+ --proxy set the proxy used to fetch results
176
177
-h, --help display help for command
You can’t perform that action at this time.
0 commit comments