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
I'm running lighthouse programmatically. Everything is fine, but if I add lighthouse-plugin-publisher-ads to my config, then I expect it in generated json categories section.
My lighthouse config looks like.
After that, i should see lighthouse-plugin-publisher-ads in categories object. If I run lighthouse from command line, then generated json has lighthouse-plugin-publisher-ads in categories section. If I run it programmatically, then lighthouse-plugin-publisher-ads does not exists in generated json report in categories object
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm running lighthouse programmatically. Everything is fine, but if I add
lighthouse-plugin-publisher-ads
to my config, then I expect it in generated json categories section.My lighthouse config looks like.
After that, i should see
lighthouse-plugin-publisher-ads
incategories
object. If I run lighthouse from command line, then generated json haslighthouse-plugin-publisher-ads
incategories
section. If I run it programmatically, thenlighthouse-plugin-publisher-ads
does not exists in generated json report incategories
objectrunnerResult = await lighthouse(url, flags, configs, page)
configs object
lighthouse-plugin-publisher-ads
is in package.jsonThanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions