@wdio/browser-runner 8.0.0-alpha.512 → 8.0.0-alpha.518
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/build/plugins/testrunner.js +1 -1
- package/package.json +11 -11
|
@@ -27,7 +27,7 @@ const MODULES_TO_MOCK = [
|
|
|
27
27
|
'node:module', 'node:events', 'node:path', 'node:url', 'puppeteer-core', 'archiver',
|
|
28
28
|
'query-selector-shadow-dom/plugins/puppeteer/index.js',
|
|
29
29
|
'query-selector-shadow-dom/plugins/webdriverio/index.js',
|
|
30
|
-
'glob', 'devtools'
|
|
30
|
+
'glob', 'devtools', 'ws'
|
|
31
31
|
];
|
|
32
32
|
const FETCH_FROM_ESM = [
|
|
33
33
|
'serialize-error', 'minimatch', 'css-shorthand-properties', 'lodash.merge', 'lodash.zip',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.518+af6190801",
|
|
4
4
|
"description": "A WebdriverIO runner to run unit tests tests in the browser.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
31
31
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
32
32
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
33
|
-
"@wdio/globals": "8.0.0-alpha.
|
|
34
|
-
"@wdio/local-runner": "8.0.0-alpha.
|
|
35
|
-
"@wdio/logger": "8.0.0-alpha.
|
|
36
|
-
"@wdio/mocha-framework": "8.0.0-alpha.
|
|
37
|
-
"@wdio/protocols": "8.0.0-alpha.
|
|
38
|
-
"@wdio/runner": "8.0.0-alpha.
|
|
39
|
-
"@wdio/types": "8.0.0-alpha.
|
|
33
|
+
"@wdio/globals": "8.0.0-alpha.518+af6190801",
|
|
34
|
+
"@wdio/local-runner": "8.0.0-alpha.518+af6190801",
|
|
35
|
+
"@wdio/logger": "8.0.0-alpha.518+af6190801",
|
|
36
|
+
"@wdio/mocha-framework": "8.0.0-alpha.518+af6190801",
|
|
37
|
+
"@wdio/protocols": "8.0.0-alpha.518+af6190801",
|
|
38
|
+
"@wdio/runner": "8.0.0-alpha.518+af6190801",
|
|
39
|
+
"@wdio/types": "8.0.0-alpha.518+af6190801",
|
|
40
40
|
"expect-webdriverio": "^4.0.0-alpha.6",
|
|
41
41
|
"get-port": "^6.1.2",
|
|
42
42
|
"vite": "^3.1.7",
|
|
43
43
|
"vite-plugin-top-level-await": "^1.2.1",
|
|
44
|
-
"webdriver": "8.0.0-alpha.
|
|
45
|
-
"webdriverio": "8.0.0-alpha.
|
|
44
|
+
"webdriver": "8.0.0-alpha.518+af6190801",
|
|
45
|
+
"webdriverio": "8.0.0-alpha.518+af6190801",
|
|
46
46
|
"ws": "^8.10.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/ws": "^8.5.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "af6190801a0ec74c6799cc993e512aecf5846c4c"
|
|
58
58
|
}
|