@code-pushup/lighthouse-plugin 0.60.2 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CONTRIBUTING.md +2 -2
  2. package/package.json +3 -3
package/CONTRIBUTING.md CHANGED
@@ -15,7 +15,7 @@ To test lighthouse properly we work with a predefined testing setup.
15
15
 
16
16
  On some OS there could be a problem finding the path to Chrome.
17
17
 
18
- We try to detect it automatically in the [`chrome-path.setup.ts` script](../../testing/test-setup/src/lib/chrome-path.setup.ts).
18
+ We try to detect it automatically in the [`chrome-path.mock.ts` script](../../testing/test-setup/src/lib/chrome-path.mock.ts).
19
19
  There we use `getChromePath` and have `chromium` installed as NPM package, so detecting the path should not cause any problem.
20
20
 
21
21
  However, if no chrome path is detected automatically the error looks like this:
@@ -46,7 +46,7 @@ In the CI you can set a static path if needed over the env variable like this:
46
46
  # ...
47
47
  ```
48
48
 
49
- We consider this path in our `beforeAll` hook in a [`chrome-path.setup.ts` script](../../testing/test-setup/src/lib/chrome-path.setup.ts).
49
+ We consider this path in our `beforeAll` hook in a [`chrome-path.mock.ts` script](../../testing/test-setup/src/lib/chrome-path.mock.ts).
50
50
 
51
51
  ### Testing chrome flags
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/lighthouse-plugin",
3
- "version": "0.60.2",
3
+ "version": "0.62.0",
4
4
  "license": "MIT",
5
5
  "description": "Code PushUp plugin for measuring web performance and quality with Lighthouse 🔥",
6
6
  "homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-lighthouse#readme",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "type": "module",
38
38
  "dependencies": {
39
- "@code-pushup/models": "0.60.2",
40
- "@code-pushup/utils": "0.60.2",
39
+ "@code-pushup/models": "0.62.0",
40
+ "@code-pushup/utils": "0.62.0",
41
41
  "ansis": "^3.3.0",
42
42
  "chrome-launcher": "^1.1.1",
43
43
  "lighthouse": "^12.0.0",