@wdio/browser-runner 9.2.4 → 9.2.6
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/package.json +13 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.6",
|
|
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",
|
|
@@ -61,15 +61,20 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
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"
|
|
64
|
+
"build": "mkdir -p ./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
65
|
},
|
|
66
66
|
"typeScriptVersion": "3.8.3",
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
69
69
|
"@vitest/spy": "^2.0.4",
|
|
70
|
-
"@wdio/
|
|
70
|
+
"@wdio/globals": "9.2.6",
|
|
71
|
+
"@wdio/local-runner": "9.2.6",
|
|
71
72
|
"@wdio/logger": "9.1.3",
|
|
73
|
+
"@wdio/mocha-framework": "9.2.5",
|
|
72
74
|
"@wdio/protocols": "9.2.2",
|
|
75
|
+
"@wdio/runner": "9.2.6",
|
|
76
|
+
"@wdio/types": "^9.0.0",
|
|
77
|
+
"@wdio/utils": "9.2.5",
|
|
73
78
|
"deepmerge-ts": "^7.0.3",
|
|
74
79
|
"expect": "30.0.0-alpha.6",
|
|
75
80
|
"expect-webdriverio": "^5.0.1",
|
|
@@ -84,9 +89,11 @@
|
|
|
84
89
|
"recast": "^0.23.6",
|
|
85
90
|
"safe-stringify": "^1.1.0",
|
|
86
91
|
"source-map-support": "^0.5.21",
|
|
87
|
-
"vite": "
|
|
92
|
+
"vite": "^5.4.10",
|
|
88
93
|
"vite-plugin-istanbul": "^6.0.0",
|
|
89
|
-
"vite-plugin-top-level-await": "^1.4.1"
|
|
94
|
+
"vite-plugin-top-level-await": "^1.4.1",
|
|
95
|
+
"webdriver": "9.2.5",
|
|
96
|
+
"webdriverio": "9.2.6"
|
|
90
97
|
},
|
|
91
98
|
"devDependencies": {
|
|
92
99
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
@@ -102,37 +109,8 @@
|
|
|
102
109
|
"@stencil/core": "^4.20.0",
|
|
103
110
|
"unimport": "^3.10.0"
|
|
104
111
|
},
|
|
105
|
-
"peerDependencies": {
|
|
106
|
-
"@wdio/globals": "^9.0.0",
|
|
107
|
-
"@wdio/mocha-framework": "^9.0.0",
|
|
108
|
-
"@wdio/runner": "^9.0.0",
|
|
109
|
-
"@wdio/types": "^9.0.0",
|
|
110
|
-
"@wdio/utils": "^9.0.0",
|
|
111
|
-
"webdriver": "^9.0.0",
|
|
112
|
-
"webdriverio": "^9.0.0"
|
|
113
|
-
},
|
|
114
|
-
"peerDependenciesMeta": {
|
|
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": {
|
|
131
|
-
"optional": false
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
112
|
"publishConfig": {
|
|
135
113
|
"access": "public"
|
|
136
114
|
},
|
|
137
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "2bbc5c904c711f88777b4d9f5daaa33b6ddb4c2e"
|
|
138
116
|
}
|