File tree Expand file tree Collapse file tree 15 files changed +41
-25
lines changed
wdio-browserstack-service
wdio-crossbrowsertesting-service
wdio-shared-store-service
wdio-webdriver-mock-service Expand file tree Collapse file tree 15 files changed +41
-25
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,22 @@ See [CHANGELOG - v6](https://github.com/webdriverio/webdriverio/blob/v6/CHANGELO
1919
2020---
2121
22+ ## v7.34.0 (2023-12-21)
23+
24+ #### :rocket : New Feature
25+ * ` wdio-browserstack-service `
26+ * [ #11527 ] ( https://github.com/webdriverio/webdriverio/pull/11527 ) [ v7] Support: Setting session status and name when using BrowserStack Automate TurboScale ([ @nagpalkaran95 ] ( https://github.com/nagpalkaran95 ) )
27+
28+ #### :nail_care : Polish
29+ * ` wdio-browserstack-service `
30+ * [ #11528 ] ( https://github.com/webdriverio/webdriverio/pull/11528 ) [ v7] [ browserstack-service ] : Add more CIs ([ @samarsault ] ( https://github.com/samarsault ) )
31+
32+ #### Committers: 3
33+ - Karan Nagpal ([ @nagpalkaran95 ] ( https://github.com/nagpalkaran95 ) )
34+ - Samarjeet ([ @samarsault ] ( https://github.com/samarsault ) )
35+ - [ @sauravdas1997 ] ( https://github.com/sauravdas1997 )
36+
37+
2238## v7.33.0 (2023-10-06)
2339
2440#### :rocket : New Feature
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 7.33 .0" ,
6+ "version" : " 7.34 .0" ,
77 "command" : {
88 "bootstrap" : {
99 "npmClientArgs" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/browserstack-service" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " WebdriverIO service for better Browserstack integration" ,
55 "author" : " Adam Bjerstedt <abjerstedt@gmail.com>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service" ,
3434 "gitconfiglocal" : " ^2.1.0" ,
3535 "got" : " ^11.0.2" ,
3636 "uuid" : " ^9.0.1" ,
37- "webdriverio" : " 7.33 .0" ,
37+ "webdriverio" : " 7.34 .0" ,
3838 "winston-transport" : " ^4.5.0"
3939 },
4040 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/cli" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " WebdriverIO testrunner command line interface" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli" ,
5454 "lodash.union" : " ^4.6.0" ,
5555 "mkdirp" : " ^3.0.0" ,
5656 "recursive-readdir" : " ^2.2.2" ,
57- "webdriverio" : " 7.33 .0" ,
57+ "webdriverio" : " 7.34 .0" ,
5858 "yargs" : " ^17.0.0" ,
5959 "yarn-install" : " ^1.0.0"
6060 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/crossbrowsertesting-service" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users." ,
55 "author" : " Daphne Magsby <daphnem@crossbrowsertesting.com>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service" ,
2727 "@wdio/types" : " 7.33.0" ,
2828 "cbt_tunnels" : " ^1.2.2" ,
2929 "got" : " ^11.0.2" ,
30- "webdriverio" : " 7.33 .0"
30+ "webdriverio" : " 7.34 .0"
3131 },
3232 "peerDependencies" : {
3333 "@wdio/cli" : " ^7.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/cucumber-framework" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " A WebdriverIO plugin. Adapter for Cucumber.js testing framework." ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-service" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " A WebdriverIO service that allows you to run Chrome DevTools commands in your tests" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service" ,
4141 "puppeteer-core" : " ^13.1.3" ,
4242 "speedline" : " ^1.4.1" ,
4343 "stable" : " ^0.1.8" ,
44- "webdriverio" : " 7.33 .0"
44+ "webdriverio" : " 7.34 .0"
4545 },
4646 "peerDependencies" : {
4747 "@wdio/cli" : " ^7.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/local-runner" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " A WebdriverIO runner to run tests locally" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner" ,
2626 "@types/stream-buffers" : " ^3.0.3" ,
2727 "@wdio/logger" : " 7.26.0" ,
2828 "@wdio/repl" : " 7.33.0" ,
29- "@wdio/runner" : " 7.33 .0" ,
29+ "@wdio/runner" : " 7.34 .0" ,
3030 "@wdio/types" : " 7.33.0" ,
3131 "async-exit-hook" : " ^2.0.1" ,
3232 "split2" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/runner" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " A WebdriverIO service that runs tests in arbitrary environments" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner" ,
2929 "deepmerge" : " ^4.0.0" ,
3030 "gaze" : " ^1.1.2" ,
3131 "webdriver" : " 7.33.0" ,
32- "webdriverio" : " 7.33 .0"
32+ "webdriverio" : " 7.34 .0"
3333 },
3434 "publishConfig" : {
3535 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/sauce-service" ,
3- "version" : " 7.33 .0" ,
3+ "version" : " 7.34 .0" ,
44 "description" : " WebdriverIO service that provides a better integration into Sauce Labs" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "homepage" : " https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service" ,
2828 "@wdio/types" : " 7.33.0" ,
2929 "@wdio/utils" : " 7.33.0" ,
3030 "saucelabs" : " 7.2.2" ,
31- "webdriverio" : " 7.33 .0"
31+ "webdriverio" : " 7.34 .0"
3232 },
3333 "peerDependencies" : {
3434 "@wdio/cli" : " ^7.0.0"
You can’t perform that action at this time.
0 commit comments