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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ $ webpagetest --help
52
52
***console**_[options]\<id\>_: get the browser console log data (if available) from test
53
53
***testinfo**_\<id\>_: get test request info/details
54
54
***history**_[days]_: get history of previously run tests
55
+
***googlecsi**_[options]\<id\>_: get Google CSI data (Client Side Instrumentation)
55
56
***waterfall**_[options]\<id\>_: get the waterfall PNG image
56
57
***screenshot**_[options]\<id\>_: get the fully loaded page screenshot in JPG format (PNG if in full resolution)
57
58
***video**_[options]\<tests\>_: create a video from _\<tests\>_ (comma separated test ids)
@@ -132,7 +133,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
132
133
***-S, --specs**_\<json_or_file\>_: set the specs for performance test suite
133
134
***-r, --reporter**_\<name\>_: set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
134
135
135
-
#### Run (works for **pagespeed**, **utilization**, **request**, **timeline**, **netlog**, **console**, **waterfall** and **screenshot** commands)
136
+
#### Run (works for **pagespeed**, **utilization**, **request**, **timeline**, **netlog**, **console**, **googlecsi**, **waterfall** and **screenshot** commands)
136
137
***-r, --run**_\<number\>_: which run number on a multiple runs test [1]
137
138
***-c, --cached**: get the Repeat View (cached view) instead of default First View (primed cache)
138
139
@@ -322,6 +323,7 @@ Methods and options (including the one letter shorthands) are the same when usin
***specs**: _String_, set the specs for performance test suite
437
439
***reporter**: _String_, set performance test suite reporter output: [dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
438
440
439
-
#### Run (works for `getPageSpeedData`, `getUtilizationData`, `getRequestData`, `getTimelineData`, `getNetLogData`, `getConsoleLogData`, `getWaterfallImage` and `getScreenshotImage` methods)
441
+
#### Run (works for `getPageSpeedData`, `getUtilizationData`, `getRequestData`, `getTimelineData`, `getNetLogData`, `getConsoleLogData`, `getGoogleCsiData`, `getWaterfallImage` and `getScreenshotImage` methods)
440
442
***run**: _Number_, the test run number for multiple runs tests (default: 1, first test)
441
443
***repeatView**: _Boolean_, if `true` returns the repeat view (cached) data
0 commit comments