selenium: Upgrade WebdriverIO to v7

Update npm packages: @wdio/* and webdriverio.

Bug: T274579
Change-Id: I5fc8d2a7f3514e6c70668b0546b057f7de8c551a
This commit is contained in:
anjali041 2021-04-07 19:00:03 +05:30 committed by Željko Filipin
parent 617724f839
commit 77a082a96e
2 changed files with 1037 additions and 1214 deletions

2237
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,12 +9,12 @@
"test": "grunt test"
},
"devDependencies": {
"@wdio/cli": "6.1.16",
"@wdio/dot-reporter": "6.11.0",
"@wdio/junit-reporter": "6.1.9",
"@wdio/local-runner": "6.1.16",
"@wdio/mocha-framework": "6.1.14",
"@wdio/sync": "6.1.14",
"@wdio/cli": "7.4.6",
"@wdio/dot-reporter": "7.4.2",
"@wdio/junit-reporter": "7.4.2",
"@wdio/local-runner": "7.4.6",
"@wdio/mocha-framework": "7.4.6",
"@wdio/sync": "7.4.6",
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
@ -22,6 +22,6 @@
"grunt-stylelint": "0.16.0",
"stylelint-config-wikimedia": "0.10.3",
"wdio-mediawiki": "1.1.1",
"webdriverio": "6.1.16"
"webdriverio": "7.4.6"
}
}