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
Copy file name to clipboardExpand all lines: examples/plugins/src/lighthouse/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
-
# lighthouse-plugin
1
+
# lighthouse-plugin example
2
2
3
3
🕵️ **Code PushUp plugin for Lighthouse reports** 🔥
4
4
5
5
---
6
6
7
+
> [!NOTE]
8
+
> The real implementation of lighthouse lives [here](../../../../packages/plugin-lighthouse)
9
+
7
10
<imgalt="Code PushUp plugin for lighthouse reports"src="./docs/images/lighthouse-plugin-cover.png"height="655">
8
11
9
12
The plugin analyzes a given URL and creates Lighthouse audits.
@@ -43,9 +46,7 @@ You can configure the plugin with the following options:
43
46
};
44
47
```
45
48
46
-
4. (Optional) Reference audits (or groups) that you wish to include in custom categories (use `npx code-pushup print-config` to list audits and groups).
47
-
48
-
Assign weights based on what influence each audit and group should have on the overall category score (assign weight 0 to only include it for extra info, without influencing the category score).
49
+
4. (Optional) Set up categories (use `npx code-pushup print-config` to list audits and groups).
0 commit comments