@wdio/cli 8.24.9 → 8.24.13
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.
|
@@ -4,7 +4,7 @@ import { $, expect } from '@wdio/globals'
|
|
|
4
4
|
|
|
5
5
|
import { MyElement } from './Component.js'
|
|
6
6
|
|
|
7
|
-
describe('
|
|
7
|
+
describe('Stencil component testing', () => {
|
|
8
8
|
it('should increment value on click automatically', async () => {
|
|
9
9
|
await render({
|
|
10
10
|
components: [MyElement],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.24.
|
|
3
|
+
"version": "8.24.13",
|
|
4
4
|
"description": "WebdriverIO testrunner command line interface",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"typeScriptVersion": "3.8.3",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@types/node": "^20.1.1",
|
|
49
|
-
"@wdio/config": "8.24.
|
|
50
|
-
"@wdio/globals": "8.24.
|
|
51
|
-
"@wdio/logger": "8.24.
|
|
52
|
-
"@wdio/protocols": "8.24.
|
|
53
|
-
"@wdio/types": "8.24.
|
|
54
|
-
"@wdio/utils": "8.24.
|
|
49
|
+
"@wdio/config": "8.24.12",
|
|
50
|
+
"@wdio/globals": "8.24.12",
|
|
51
|
+
"@wdio/logger": "8.24.12",
|
|
52
|
+
"@wdio/protocols": "8.24.12",
|
|
53
|
+
"@wdio/types": "8.24.12",
|
|
54
|
+
"@wdio/utils": "8.24.12",
|
|
55
55
|
"async-exit-hook": "^2.0.1",
|
|
56
56
|
"chalk": "^5.2.0",
|
|
57
57
|
"chokidar": "^3.5.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"lodash.union": "^4.6.0",
|
|
67
67
|
"read-pkg-up": "^10.0.0",
|
|
68
68
|
"recursive-readdir": "^2.2.3",
|
|
69
|
-
"webdriverio": "8.24.
|
|
69
|
+
"webdriverio": "8.24.12",
|
|
70
70
|
"yargs": "^17.7.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "9a5d0cd9618e913a936fa8fc8e1878c16d1573ab"
|
|
86
86
|
}
|