@wdio/lighthouse-service 9.10.1 → 9.12.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/README.md +0 -11
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -71,17 +71,6 @@ describe('JSON.org page', () => {
71
71
  })
72
72
  ```
73
73
 
74
- You can emulate a mobile device by using the `emulateDevice` command, throttling CPU and network as well as setting `mobile` as form factor:
75
-
76
- ```js
77
- await browser.emulateDevice('iPhone X')
78
- await browser.enablePerformanceAudits({
79
- networkThrottling: 'Good 3G',
80
- cpuThrottling: 4,
81
- formFactor: 'mobile'
82
- })
83
- ```
84
-
85
74
  The following commands with their results are available:
86
75
 
87
76
  #### `getMetrics`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/lighthouse-service",
3
- "version": "9.10.1",
3
+ "version": "9.12.0",
4
4
  "description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-lighthouse-service",
@@ -52,7 +52,7 @@
52
52
  "istanbul-reports": "^3.1.4",
53
53
  "lighthouse": "8.6.0",
54
54
  "puppeteer-core": "23.11.1",
55
- "webdriverio": "9.10.1"
55
+ "webdriverio": "9.12.0"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
@@ -62,7 +62,7 @@
62
62
  "@types/istanbul-lib-coverage": "^2.0.6",
63
63
  "@types/istanbul-lib-report": "^3.0.0",
64
64
  "@types/istanbul-reports": "^3.0.4",
65
- "@wdio/globals": "9.10.1"
65
+ "@wdio/globals": "9.12.0"
66
66
  },
67
- "gitHead": "dc41a90e711d7b7a10e8129fb74650ad7a5956d0"
67
+ "gitHead": "7571cb5af89ba6119d6524001124162bb27fa8fc"
68
68
  }