@puppeteer/replay / LighthouseStringifyExtension
-
↳
LighthouseStringifyExtension
• new LighthouseStringifyExtension(targetBrowser?
): LighthouseStringifyExtension
Name | Type | Default value |
---|---|---|
targetBrowser |
TargetBrowser |
'chrome' |
PuppeteerStringifyExtension.constructor
PuppeteerStringifyExtension.ts:53
▸ afterAllSteps(out
, flow
): Promise
<void
>
Name | Type |
---|---|
out |
LineWriter |
flow |
UserFlow |
Promise
<void
>
PuppeteerStringifyExtension.afterAllSteps
lighthouse/LighthouseStringifyExtension.ts:84
▸ afterEachStep(out
, step
, flow?
): Promise
<void
>
Name | Type |
---|---|
out |
LineWriter |
step |
Step |
flow? |
UserFlow |
Promise
<void
>
PuppeteerStringifyExtension.afterEachStep
▸ beforeAllSteps(out
, flow
): Promise
<void
>
Name | Type |
---|---|
out |
LineWriter |
flow |
UserFlow |
Promise
<void
>
PuppeteerStringifyExtension.beforeAllSteps
lighthouse/LighthouseStringifyExtension.ts:28
▸ beforeEachStep(out
, step
, flow?
): Promise
<void
>
Name | Type |
---|---|
out |
LineWriter |
step |
Step |
flow? |
UserFlow |
Promise
<void
>
PuppeteerStringifyExtension.beforeEachStep
▸ stringifyStep(out
, step
, flow
): Promise
<void
>
Name | Type |
---|---|
out |
LineWriter |
step |
Step |
flow |
UserFlow |
Promise
<void
>