@wdio/browser-runner 8.35.0 → 8.36.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../src/browser/driver.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAC,OAAO,OAAO,WAAW;;IAG5B,MAAM,CAAC,UAAU,CACb,MAAM,EAAE,GAAG,EACX,QAAQ,EAAE,KAAK,EACf,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,EACjD,cAAc,EAAE,GAAG;
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../src/browser/driver.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAC,OAAO,OAAO,WAAW;;IAG5B,MAAM,CAAC,UAAU,CACb,MAAM,EAAE,GAAG,EACX,QAAQ,EAAE,KAAK,EACf,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,EACjD,cAAc,EAAE,GAAG;CAqL1B"}
|
package/build/browser/driver.js
CHANGED
|
@@ -116,7 +116,8 @@ export default class ProxyDriver {
|
|
|
116
116
|
}
|
|
117
117
|
if (value.error) {
|
|
118
118
|
console.log(`[WDIO] ${(new Date()).toISOString()} - id: ${value.id} - ERROR: ${JSON.stringify(value.error.message)}`);
|
|
119
|
-
|
|
119
|
+
value.error.message = value.error.message || 'unknown error';
|
|
120
|
+
return commandMessage.reject(value.error);
|
|
120
121
|
}
|
|
121
122
|
if (commandMessage.commandTimeout) {
|
|
122
123
|
clearTimeout(commandMessage.commandTimeout);
|
package/build/browser/expect.js
CHANGED
|
@@ -5,7 +5,7 @@ import { getCID } from './utils.js';
|
|
|
5
5
|
import { WDIO_EVENT_NAME } from '../constants.js';
|
|
6
6
|
const asymmetricMatcher = typeof Symbol === 'function' && Symbol.for
|
|
7
7
|
? Symbol.for('jest.asymmetricMatcher')
|
|
8
|
-
:
|
|
8
|
+
: 0x13_57_a5;
|
|
9
9
|
let matcherRequestCount = 0;
|
|
10
10
|
const matcherRequests = new Map();
|
|
11
11
|
const COMMAND_TIMEOUT = 30 * 1000; // 30s
|
package/build/browser/utils.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare function getCID(): string | undefined;
|
|
2
|
-
export declare const showPopupWarning: <T>(name: string, value: T, defaultValue?: T
|
|
2
|
+
export declare const showPopupWarning: <T>(name: string, value: T, defaultValue?: T) => (...params: any[]) => T;
|
|
3
3
|
export declare function sanitizeConsoleArgs(args: unknown[]): any[];
|
|
4
4
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/browser/utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,uBAYrB;AAED,eAAO,MAAM,gBAAgB,YAAa,MAAM,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/browser/utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,uBAYrB;AAED,eAAO,MAAM,gBAAgB,YAAa,MAAM,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,GAAG,EAAE,MAYjG,CAAA;AAED,wBAAgB,mBAAmB,CAAE,IAAI,EAAE,OAAO,EAAE,SAyBnD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.36.0",
|
|
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",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
38
38
|
"@types/istanbul-lib-source-maps": "^4.0.1",
|
|
39
39
|
"@vitest/spy": "^1.0.1",
|
|
40
|
-
"@wdio/globals": "8.
|
|
41
|
-
"@wdio/local-runner": "8.
|
|
40
|
+
"@wdio/globals": "8.36.0",
|
|
41
|
+
"@wdio/local-runner": "8.36.0",
|
|
42
42
|
"@wdio/logger": "8.28.0",
|
|
43
|
-
"@wdio/mocha-framework": "8.
|
|
43
|
+
"@wdio/mocha-framework": "8.36.0",
|
|
44
44
|
"@wdio/protocols": "8.32.0",
|
|
45
|
-
"@wdio/runner": "8.
|
|
46
|
-
"@wdio/types": "8.
|
|
47
|
-
"@wdio/utils": "8.
|
|
45
|
+
"@wdio/runner": "8.36.0",
|
|
46
|
+
"@wdio/types": "8.36.0",
|
|
47
|
+
"@wdio/utils": "8.36.0",
|
|
48
48
|
"deepmerge-ts": "^5.0.0",
|
|
49
49
|
"expect": "^29.7.0",
|
|
50
50
|
"expect-webdriverio": "^4.11.2",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"vite": "~4.5.0",
|
|
63
63
|
"vite-plugin-istanbul": "^6.0.0",
|
|
64
64
|
"vite-plugin-top-level-await": "^1.3.0",
|
|
65
|
-
"webdriver": "8.
|
|
66
|
-
"webdriverio": "8.
|
|
65
|
+
"webdriver": "8.36.0",
|
|
66
|
+
"webdriverio": "8.36.0"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"prepare": "rimraf node_modules/@wdio/config node_modules/@wdio/repl node_modules/@wdio/utils"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "bc4e87f18f8f3cd8293734264f3ffb1e6a194cd7"
|
|
75
75
|
}
|