Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 5f30bc4

Browse files
authored
feat: wdio_dependencies_update (#304)
1 parent c839da5 commit 5f30bc4

File tree

3 files changed

+318
-223
lines changed

3 files changed

+318
-223
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"follow-redirects": "^1.14.7"
5353
},
5454
"dependencies": {
55-
"@wdio/allure-reporter": "^7.19.1",
56-
"@wdio/cli": "^7.19.1",
57-
"@wdio/devtools-service": "^7.19.1",
58-
"@wdio/local-runner": "^7.19.1",
59-
"@wdio/mocha-framework": "^7.19.1",
55+
"@wdio/allure-reporter": "^7.20.3",
56+
"@wdio/cli": "^7.20.5",
57+
"@wdio/devtools-service": "^7.20.5",
58+
"@wdio/local-runner": "^7.20.5",
59+
"@wdio/mocha-framework": "^7.20.3",
6060
"@wdio/selenium-standalone-service": "7.7.4",
6161
"adm-zip": "^0.5.9",
6262
"allure-commandline": "^2.17.2",
@@ -66,23 +66,23 @@
6666
"dotenv": "^16.0.0",
6767
"lodash": "^4.17.21",
6868
"sync-request": "^6.1.0",
69-
"ts-node": "^10.7.0",
69+
"ts-node": "^10.8.2",
7070
"tsconfig-paths": "^3.14.1",
7171
"wdio-docker-service": "^3.2.0",
7272
"wdio-image-comparison-service": "^3.1.0",
7373
"wdio-reportportal-reporter": "^7.4.1",
7474
"wdio-reportportal-service": "^7.3.1",
75-
"webdriverio": "^7.19.1",
75+
"webdriverio": "^7.20.5",
7676
"yargs": "^17.4.0"
7777
},
7878
"devDependencies": {
7979
"@types/chai-as-promised": "^7.1.5",
8080
"@commitlint/cli": "^16.2.3",
8181
"@commitlint/config-conventional": "^16.2.1",
8282
"@types/adm-zip": "^0.4.34",
83-
"@types/chai": "^4.3.0",
84-
"@types/mocha": "^9.1.0",
85-
"@types/node": "^17.0.23",
83+
"@types/chai": "^4.3.1",
84+
"@types/mocha": "^9.1.1",
85+
"@types/node": "^18.0.1",
8686
"@typescript-eslint/eslint-plugin": "^4.11.0",
8787
"@typescript-eslint/parser": "^4.11.0",
8888
"chai-as-promised": "^7.1.1",
@@ -96,7 +96,7 @@
9696
"local-web-server": "^5.2.0",
9797
"prettier": "2.0.5",
9898
"standard-version": "^9.3.2",
99-
"typescript": "^4.6.3"
99+
"typescript": "^4.7.4"
100100
},
101101
"husky": {
102102
"hooks": {

src/test/wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exports.config = {
3737
// Define all options that are relevant for the WebdriverIO instance here
3838
//
3939
// Level of logging verbosity: trace | debug | info | warn | error | silent
40-
logLevel: 'error',
40+
logLevel: 'debug',
4141
// Default timeout for all waitFor* commands.
4242
waitforTimeout: waitForTimeouts,
4343
//

0 commit comments

Comments
 (0)