Skip to content

Commit

Permalink
Upgrade to WebDriverIO 8
Browse files Browse the repository at this point in the history
Closes #181.
  • Loading branch information
niksy committed Mar 25, 2024
1 parent 8f1b39f commit accd71a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
"ts-loader": "^9.2.3",<% } %>
"node-stdlib-browser": "^1.2.0"<% } %><% } %><% if ( sassModule ) { %>,
"sass-true": "^2.1.3"<% } %><% if ( integrationTests ) { %><% if ( cloudBrowsers ) { %>,
"@wdio/browserstack-service": "^6.6.7"<% } %>,
"@wdio/browserstack-service": "^8.35.1"<% } %>,
"wdio-docker-service": "^3.0.0",
"@wdio/mocha-framework": "^6.6.8",
"@wdio/spec-reporter": "^6.6.8",
"@wdio/cli": "^6.6.7",
"webdriverio": "^6.6.8",
"@wdio/mocha-framework": "^8.35.0",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/cli": "^8.35.1",
"webdriverio": "^8.35.1",
"local-web-server": "^4.2.1",
"http-shutdown": "^1.0.3"<% } %><% if ( transpile ) { %>,
"@babel/core": "^7.2.2",<% if ( !browserModule && !styles && !bundleCjs ) { %>
Expand Down
8 changes: 4 additions & 4 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ describe('Integration tests', function () {
},
devDependencies: {
'local-web-server': '^4.2.1',
'@wdio/browserstack-service': '^6.6.7',
'@wdio/mocha-framework': '^6.6.8',
'@wdio/spec-reporter': '^6.6.8',
webdriverio: '^6.6.8',
'@wdio/browserstack-service': '^8.35.1',
'@wdio/mocha-framework': '^8.35.0',
'@wdio/spec-reporter': '^8.32.4',
webdriverio: '^8.35.1',
'http-shutdown': '^1.0.3'
}
});
Expand Down

0 comments on commit accd71a

Please sign in to comment.