File tree Expand file tree Collapse file tree 3 files changed +165
-357
lines changed Expand file tree Collapse file tree 3 files changed +165
-357
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"@actions/core" : " ^1.11.1" ,
11
- "@wdio/cli" : " ^9.17 .1" ,
12
- "@wdio/jasmine-framework" : " ^9.17 .0" ,
13
- "@wdio/local-runner" : " ^9.17.0 " ,
14
- "@wdio/spec-reporter" : " ^9.17 .0" ,
11
+ "@wdio/cli" : " ^9.18 .1" ,
12
+ "@wdio/jasmine-framework" : " ^9.18 .0" ,
13
+ "@wdio/local-runner" : " ^9.18.1 " ,
14
+ "@wdio/spec-reporter" : " ^9.18 .0" ,
15
15
"tslib" : " ^2.8.1" ,
16
16
"tsx" : " ^4.19.2" ,
17
17
"undici" : " ^6.21.2" ,
21
21
"@eslint/js" : " ^9.29.0" ,
22
22
"@stylistic/eslint-plugin" : " ^4.4.1" ,
23
23
"@types/jasmine" : " ^5.1.8" ,
24
- "@types/node" : " ^22.10 .5" ,
24
+ "@types/node" : " ^22.16 .5" ,
25
25
"eslint" : " ^9.29.0" ,
26
26
"eslint-config-flat-gitignore" : " ^2.1.0" ,
27
27
"eslint-import-resolver-typescript" : " ^4.4.3" ,
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ export const config: WebdriverIO.Config = {
30
30
} ,
31
31
} , {
32
32
browserName : 'safari' ,
33
- // }, { // TODO(webdriverio-community/node-edgedriver#500): uncomment when edgedriver updates their default MS Edge WebDriver CDN URL.
34
- // browserName: 'edge',
35
- // 'ms:edgeOptions': {
36
- // args: ['--headless'],
37
- // },
33
+ } , {
34
+ browserName : 'edge' ,
35
+ 'ms:edgeOptions' : {
36
+ args : [ '--headless' ] ,
37
+ } ,
38
38
} ] ,
39
39
40
40
onPrepare ( cfg , capabilities ) {
You can’t perform that action at this time.
0 commit comments