This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from cloudinary/APPS-9803_upgrade_wdio_to_ver…
…sion_7 feat: upgrade wdio version
- Loading branch information
Showing
6 changed files
with
58 additions
and
7,917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "wdio-allure-ts", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"description": "UI E2E testing util", | ||
"license": "MIT", | ||
"author": "Cloudinary <[email protected]>", | ||
|
@@ -41,13 +41,13 @@ | |
"dependencies": { | ||
"@applitools/eyes-sdk-core": "11.0.2", | ||
"@applitools/eyes-webdriverio": "5.12.0", | ||
"@wdio/allure-reporter": "^6.10.6", | ||
"@wdio/cli": "^6.10.11", | ||
"@wdio/devtools-service": "^6.10.11", | ||
"@wdio/local-runner": "^6.10.11", | ||
"@wdio/mocha-framework": "6.10.11", | ||
"@wdio/selenium-standalone-service": "6.10.11", | ||
"@wdio/sync": "6.10.11", | ||
"@wdio/allure-reporter": "^7.7.3", | ||
"@wdio/cli": "^7.7.4", | ||
"@wdio/devtools-service": "^7.7.4", | ||
"@wdio/local-runner": "^7.7.4", | ||
"@wdio/mocha-framework": "7.7.4", | ||
"@wdio/selenium-standalone-service": "7.7.4", | ||
"@wdio/sync": "7.7.4", | ||
"adm-zip": "0.4.16", | ||
"allure-commandline": "^2.13.0", | ||
"axios": "^0.21.1", | ||
|
@@ -56,11 +56,11 @@ | |
"dotenv": "^8.2.0", | ||
"lodash": "^4.17.19", | ||
"sync-request": "^6.1.0", | ||
"ts-node": "^9.1.1", | ||
"ts-node": "^10.0.0", | ||
"tsconfig-paths": "^3.9.0", | ||
"wdio-docker-service": "^3.1.0", | ||
"wdio-image-comparison-service": "^2.0.0", | ||
"webdriverio": "6.10.11", | ||
"wdio-docker-service": "^3.1.2", | ||
"wdio-image-comparison-service": "^2.3.0", | ||
"webdriverio": "7.7.4", | ||
"yargs": "15.4.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -81,7 +81,7 @@ | |
"local-web-server": "4.2.1", | ||
"prettier": "2.0.5", | ||
"standard-version": "^9.3.0", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.3.4" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.