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
@@ -77,6 +77,7 @@ export function getFlags(manualArgv?: string) {
77
77
CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of Chromium version 54.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched.
78
78
`,
79
79
'perf': 'Use a performance-test-only configuration',
80
+
'hostname': 'The hostname to use for the debugging protocol.',
80
81
'port': 'The port to use for the debugging protocol. Use 0 for a random port',
81
82
'max-wait-for-load':
82
83
'The timeout (in milliseconds) to wait before the page is considered done loading and the run should continue. WARNING: Very high values can lead to large traces and instability',
0 commit comments