@wdio/browser-runner 9.28.0 → 9.29.1
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/index.js +2 -0
- package/build/third_party/index.js +2 -0
- package/package.json +12 -12
package/build/index.js
CHANGED
|
@@ -1381,6 +1381,8 @@ var BrowserRunner = class extends LocalRunner {
|
|
|
1381
1381
|
this.#config.mochaOpts.require = (this.#config.mochaOpts.require || []).map((r) => path9.join(this.#config.rootDir || process.cwd(), r)).map((r) => url7.pathToFileURL(r).pathname);
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
1384
|
+
options;
|
|
1385
|
+
_config;
|
|
1384
1386
|
#options;
|
|
1385
1387
|
#config;
|
|
1386
1388
|
#servers = /* @__PURE__ */ new Set();
|
|
@@ -1381,6 +1381,8 @@ var BrowserRunner = class extends LocalRunner {
|
|
|
1381
1381
|
this.#config.mochaOpts.require = (this.#config.mochaOpts.require || []).map((r) => path9.join(this.#config.rootDir || process.cwd(), r)).map((r) => url7.pathToFileURL(r).pathname);
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
1384
|
+
options;
|
|
1385
|
+
_config;
|
|
1384
1386
|
#options;
|
|
1385
1387
|
#config;
|
|
1386
1388
|
#servers = /* @__PURE__ */ new Set();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.29.1",
|
|
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",
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
76
76
|
"@vitest/spy": "^2.0.4",
|
|
77
|
-
"@wdio/globals": "9.
|
|
78
|
-
"@wdio/local-runner": "9.
|
|
79
|
-
"@wdio/logger": "9.
|
|
80
|
-
"@wdio/mocha-framework": "9.
|
|
81
|
-
"@wdio/protocols": "9.
|
|
82
|
-
"@wdio/runner": "9.
|
|
83
|
-
"@wdio/types": "9.
|
|
84
|
-
"@wdio/utils": "9.
|
|
77
|
+
"@wdio/globals": "9.29.1",
|
|
78
|
+
"@wdio/local-runner": "9.29.1",
|
|
79
|
+
"@wdio/logger": "9.29.1",
|
|
80
|
+
"@wdio/mocha-framework": "9.29.1",
|
|
81
|
+
"@wdio/protocols": "9.29.1",
|
|
82
|
+
"@wdio/runner": "9.29.1",
|
|
83
|
+
"@wdio/types": "9.29.1",
|
|
84
|
+
"@wdio/utils": "9.29.1",
|
|
85
85
|
"deepmerge-ts": "^7.0.3",
|
|
86
86
|
"expect": "30.2.0",
|
|
87
87
|
"get-port": "^7.1.0",
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"@types/istanbul-lib-report": "^3.0.3",
|
|
122
122
|
"@types/istanbul-lib-source-maps": "^4.0.4",
|
|
123
123
|
"@types/istanbul-reports": "^3.0.4",
|
|
124
|
-
"esbuild": "^0.
|
|
124
|
+
"esbuild": "^0.28.1",
|
|
125
125
|
"geckodriver": "^6.1.0",
|
|
126
126
|
"mocha": "^10.7.3",
|
|
127
|
-
"webdriverio": "9.
|
|
127
|
+
"webdriverio": "9.29.1"
|
|
128
128
|
},
|
|
129
129
|
"optionalDependencies": {
|
|
130
130
|
"@nuxt/kit": "^3.12.4",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"access": "public"
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "cea4a759f7e78c798e7dd1a0794ae4aeec5acdbf"
|
|
138
138
|
}
|