-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Configurations can be defined in different levels. This issue should give examples and explain them.
Configurations can be enriched or reduced or changed.
LH Configuration
- Define an example for a global LH configuration
This would only run audits of the performance category in every flow and in each flow in each step
{ "settings": { "onlyCategories": ["performance"] } } - Define and example for a flow LH based configuration
This will run only one specific audit for a flow.
{ "settings": { "formFactor": "desktop", "throttling": "constants.throttling.desktopDense4G", "screenEmulation": "constants.screenEmulationMetrics.desktop", "emulatedUserAgent": "constants.userAgents.desktop", } } - Define an example for a step LH based configuration
{ "settings": { "skipAudits": ["full-page-screenshot"], } }
LH Budget
- Define an example for a global LH budget
- Define and example for a flow LH budget
- Define an example for a step LH budget
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation