You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***disableHTTPHeaders**: _Boolean_, disable saving of the http headers (as well as browser status messages and CPU utilization)
448
448
***block**: _String_, space-delimited list of urls to block (substring match)
449
449
***spof**: _String_, space-delimited list of domains to simulate failure by re-routing to blackhole.webpagetest.org to silently drop all requests
450
-
***customMetrics**: _String_, execute arbitrary javascript at the end of a test to collect custom metrics
450
+
***customMetrics**: _String_, execute arbitrary JavaScript at the end of a test to collect custom metrics
451
451
***authenticationType**: _Number_, type of authentication: 0 = Basic, 1 = SNS [0]
452
452
***notifyEmail**: _String_, e-mail address to notify with the test results
453
453
***pingback**: _String_, URL to ping when the test is complete (the test ID will be passed as an "id" parameter)
@@ -631,7 +631,7 @@ setTimeout(() => {
631
631
```
632
632
633
633
## Batch
634
-
Batch command is available as command line only and loads a batch file containing one WebPageTest CLI command with options per line. It runs all commands in paralell but returns and array of results in order as they appear in the batch file once all results are ready. The exit status code is the sum of all individual commands exit status code.
634
+
Batch command is available as command line only and loads a batch file containing one WebPageTest CLI command with options per line. It runs all commands in parallel, but returns an array of results in order as they appear in the batch file once all results are ready. The exit status code is the sum of all individual commands' exit status code.
635
635
636
636
By running
637
637
```bash
@@ -667,7 +667,7 @@ $ echo $?
667
667
0
668
668
````
669
669
670
-
By running multiple sync tests, i.e. with either `--poll` or `--wait`, all tests are schedule and results are pulled or waitinparalell, it means if tests are set to run in different locations of same location with multiple agents, the final result might come together but the result array will only return once all tests are done. e.g.:
670
+
By running multiple sync tests, i.e. with either `--poll` or `--wait`, all tests are scheduled and results are polled or waitinparallel; meaning, if tests are set to run in different locations or same location with multiple agents, the final result might come together, but the result array will only return once *all* tests are done. e.g.:
0 commit comments