lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

core(replay): @puppeteer/replay stringify extension

Open adamraine opened this issue 3 years ago • 0 comments
trafficstars

🔒 Doc

@puppeteer/replay stringify will take a user flow JSON as input, and output a standalone Puppeteer script. We can use the stringify extension api to inject Lighthouse user flow code into the output script.

The intent is for this to be rolled into DevTools, and used to add an "Export as Puppeteer script w/ Lighthouse" option to the list of export options. We could also support users importing this extension themselves, but that is not 100% necessary at this time.

adamraine avatar Jun 22 '22 17:06 adamraine