@wdio/xvfb 9.27.1 → 9.28.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.
- package/README.md +1 -1
- 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
|
-
-
|
|
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.
|
|
3
|
+
"version": "9.28.0",
|
|
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.
|
|
45
|
+
"@wdio/types": "9.28.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "66baa0049385cd9161677e1e6728fde90db56f35"
|
|
51
51
|
}
|