@wdio/xvfb 9.27.0 → 9.27.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -15,7 +15,7 @@ npm install @wdio/xvfb
15
15
  **Most users don't need to use this package directly.** It's automatically integrated into:
16
16
 
17
17
  - **`@wdio/local-runner`** - Automatically ensures xvfb is available for headless browser testing
18
- - **`wdio-electron-service`** - Provides headless Electron testing capabilities
18
+ - **`@wdio/electron-service`** - Provides headless Electron testing capabilities
19
19
 
20
20
  Simply run your WebDriverIO tests normally, and xvfb will be managed automatically when needed.
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/xvfb",
3
- "version": "9.27.0",
3
+ "version": "9.27.2",
4
4
  "description": "A standalone utility to manage Xvfb (X Virtual Framebuffer) for headless testing",
5
5
  "author": "WebdriverIO Team",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-xvfb",
@@ -42,10 +42,10 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^20.0.0",
45
- "@wdio/types": "9.27.0"
45
+ "@wdio/types": "9.27.2"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "2a7beb52c6d6f9aa81445a258202c9eb830b1a00"
50
+ "gitHead": "a95ab41f3ac1fd9510341a21d365a359528212ac"
51
51
  }