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
const flow = await startFlow(page, {
config: lighthouseConfig,
onlyCategories: ["performance"],
throttlingMethod: "provided" // Provided by environment
}
});
in the generated report in the summary I still see all categories, but If I click to see the details information I see only the performance category
The text was updated successfully, but these errors were encountered:
Hi @ChristopherPHolder
I have the same code like you, and the same result like the image
I want to see only the performance category without the other categories ( without SEO, Best Practice)
and in your case if you want to see the detailed information not the summary you will see only performance category
const flow = await startFlow(page, {
config: lighthouseConfig,
onlyCategories: ["performance"],
throttlingMethod: "provided" // Provided by environment
}
});
in the generated report in the summary I still see all categories, but If I click to see the details information I see only the performance category
The text was updated successfully, but these errors were encountered: