File tree Expand file tree Collapse file tree
test/fixtures/command-line Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,6 +337,12 @@ var options = {
337337 param : 'switches' ,
338338 info : 'use a list of custom command line switches (Chrome only)'
339339 } ,
340+ 'htmlbody' : {
341+ name : 'htmlBody' ,
342+ api : 'htmlbody' ,
343+ bool : true ,
344+ info : 'save the content of only the base HTML response'
345+ } ,
340346 'poll' : {
341347 name : 'pollResults' ,
342348 param : 'interval' ,
Original file line number Diff line number Diff line change 4949 -Q, --noparser disable threaded HTML parser (Chrome only)
5050 -q, --spdynossl use SPDY without SSL (Chrome only)
5151 --cmdline <switches> use a list of custom command line switches (Chrome only)
52+ --htmlbody save the content of only the base HTML response
5253 --poll [interval] poll for results after test is scheduled at every <interval> seconds [5]
5354 --wait [hostname:port] wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
5455 --timeout <seconds> timeout for polling and waiting results [no timeout]
You can’t perform that action at this time.
0 commit comments