@wdio/browser-runner 9.2.0 → 9.2.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.
- package/build/browser/driver.d.ts.map +1 -1
- package/build/browser/driver.js +5 -1
- package/build/index.js +7 -8
- package/build/third_party/mocha.css +429 -0
- package/build/third_party/mocha.js +20749 -0
- package/build/vite/utils.d.ts.map +1 -1
- package/package.json +34 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/vite/utils.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/vite/utils.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK/D,wBAAsB,WAAW,CAAC,OAAO,EAAE,WAAW,CAAC,oBAAoB,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,iBAAU,mBAyGvH;AAED,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,eAAe,EAAE,GAAG,CAAC,EAAE,MAAM,gBAa7E;AAED,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAY7D;AAED,wBAAsB,qBAAqB,CAAE,GAAG,EAAE,MAAM,qBAqBvD;AAGD,wBAAsB,cAAc,CAAC,WAAW,EAAE,MAAM,+BAgBvD;AAGD,wBAAsB,mBAAmB,CAAE,CAAC,EAAE,MAAM,EAAE,UAAU,WAAY,+BAK3E;AAED,wBAAgB,MAAM,CAAE,CAAC,EAAE,MAAM,oBAEhC;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,UAU9D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
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",
|
|
@@ -60,19 +60,16 @@
|
|
|
60
60
|
"types": "./build/browser/expect.d.ts"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
+
"scripts": {
|
|
64
|
+
"build": "mkdir ./build/third_party && cp ./node_modules/mocha/mocha.css ./build/third_party/mocha.css && cp ./node_modules/mocha/mocha.js ./build/third_party/mocha.js"
|
|
65
|
+
},
|
|
63
66
|
"typeScriptVersion": "3.8.3",
|
|
64
67
|
"dependencies": {
|
|
65
68
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
66
|
-
"@types/istanbul-lib-source-maps": "^4.0.4",
|
|
67
69
|
"@vitest/spy": "^2.0.4",
|
|
68
|
-
"@wdio/
|
|
69
|
-
"@wdio/local-runner": "9.2.0",
|
|
70
|
+
"@wdio/local-runner": "9.2.2",
|
|
70
71
|
"@wdio/logger": "9.1.3",
|
|
71
|
-
"@wdio/
|
|
72
|
-
"@wdio/protocols": "9.2.0",
|
|
73
|
-
"@wdio/runner": "9.2.0",
|
|
74
|
-
"@wdio/types": "9.1.3",
|
|
75
|
-
"@wdio/utils": "9.1.3",
|
|
72
|
+
"@wdio/protocols": "9.2.2",
|
|
76
73
|
"deepmerge-ts": "^7.0.3",
|
|
77
74
|
"expect": "30.0.0-alpha.6",
|
|
78
75
|
"expect-webdriverio": "^5.0.1",
|
|
@@ -89,16 +86,16 @@
|
|
|
89
86
|
"source-map-support": "^0.5.21",
|
|
90
87
|
"vite": "~5.4.0",
|
|
91
88
|
"vite-plugin-istanbul": "^6.0.0",
|
|
92
|
-
"vite-plugin-top-level-await": "^1.4.1"
|
|
93
|
-
"webdriver": "9.2.0",
|
|
94
|
-
"webdriverio": "9.2.0"
|
|
89
|
+
"vite-plugin-top-level-await": "^1.4.1"
|
|
95
90
|
},
|
|
96
91
|
"devDependencies": {
|
|
97
92
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
98
93
|
"@types/istanbul-lib-report": "^3.0.3",
|
|
94
|
+
"@types/istanbul-lib-source-maps": "^4.0.4",
|
|
99
95
|
"@types/istanbul-reports": "^3.0.4",
|
|
100
96
|
"esbuild": "^0.24.0",
|
|
101
|
-
"geckodriver": "^4.4.4"
|
|
97
|
+
"geckodriver": "^4.4.4",
|
|
98
|
+
"mocha": "^10.7.3"
|
|
102
99
|
},
|
|
103
100
|
"optionalDependencies": {
|
|
104
101
|
"@nuxt/kit": "^3.12.4",
|
|
@@ -106,15 +103,36 @@
|
|
|
106
103
|
"unimport": "^3.10.0"
|
|
107
104
|
},
|
|
108
105
|
"peerDependencies": {
|
|
109
|
-
"
|
|
106
|
+
"@wdio/globals": "workspace:*",
|
|
107
|
+
"@wdio/mocha-framework": "workspace:*",
|
|
108
|
+
"@wdio/runner": "workspace:*",
|
|
109
|
+
"@wdio/types": "workspace:*",
|
|
110
|
+
"@wdio/utils": "workspace:*",
|
|
111
|
+
"webdriver": "workspace:*",
|
|
112
|
+
"webdriverio": "workspace:*"
|
|
110
113
|
},
|
|
111
114
|
"peerDependenciesMeta": {
|
|
112
|
-
"
|
|
115
|
+
"@wdio/globals": {
|
|
116
|
+
"optional": true
|
|
117
|
+
},
|
|
118
|
+
"@wdio/mocha-framework": {
|
|
119
|
+
"optional": false
|
|
120
|
+
},
|
|
121
|
+
"@wdio/runner": {
|
|
122
|
+
"optional": false
|
|
123
|
+
},
|
|
124
|
+
"@wdio/types": {
|
|
125
|
+
"optional": true
|
|
126
|
+
},
|
|
127
|
+
"webdriver": {
|
|
128
|
+
"optional": false
|
|
129
|
+
},
|
|
130
|
+
"@wdio/webdriverio": {
|
|
113
131
|
"optional": false
|
|
114
132
|
}
|
|
115
133
|
},
|
|
116
134
|
"publishConfig": {
|
|
117
135
|
"access": "public"
|
|
118
136
|
},
|
|
119
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "a82feee9b819e978b0d75dc899dd8284303935e1"
|
|
120
138
|
}
|