Skip to content

Commit bc4e87f

Browse files
committed
v8.36.0
1 parent 01d39ab commit bc4e87f

File tree

36 files changed

+372
-331
lines changed

36 files changed

+372
-331
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,47 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
2121

2222
---
2323

24+
## v8.36.0 (2024-04-12)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-browserstack-service`
28+
* [#12583](https://github.com/webdriverio/webdriverio/pull/12583) [v8][browserstack-service] fix cucumber test duration ([@samarsault](https://github.com/samarsault))
29+
* `webdriver`
30+
* [#12578](https://github.com/webdriverio/webdriverio/pull/12578) add request.performance type to WebdriverClassicEvents ([@sushantsoni5392](https://github.com/sushantsoni5392))
31+
* `wdio-globals`
32+
* [#12502](https://github.com/webdriverio/webdriverio/pull/12502) [backport] @wdio/globals: Declare "expect" global type explicitly ([@naruaway](https://github.com/naruaway))
33+
* `wdio-browser-runner`, `webdriverio`
34+
* [#12540](https://github.com/webdriverio/webdriverio/pull/12540) (wdio-browser-runner): fix error response for the wdio-browser-runner ([@erwinheitzman](https://github.com/erwinheitzman))
35+
36+
#### :nail_care: Polish
37+
* `webdriverio`
38+
* [#12534](https://github.com/webdriverio/webdriverio/pull/12534) (webdriverio): polish intercepted errors ([@erwinheitzman](https://github.com/erwinheitzman))
39+
40+
#### :memo: Documentation
41+
* `wdio-types`
42+
* [#12620](https://github.com/webdriverio/webdriverio/pull/12620) Updating Sauce Labs specific capability type definitions - Backport v8 ([@steilerDev](https://github.com/steilerDev))
43+
* `wdio-browserstack-service`
44+
* [#12538](https://github.com/webdriverio/webdriverio/pull/12538) Added Integration pages for Percy and App Percy for WDIO ([@KhushbuRander](https://github.com/KhushbuRander))
45+
* `wdio-cli`
46+
* [#12582](https://github.com/webdriverio/webdriverio/pull/12582) Fix the link for electron service options documentation ([@gavvvr](https://github.com/gavvvr))
47+
* Other
48+
* [#12546](https://github.com/webdriverio/webdriverio/pull/12546) [📖 Docs]: How to configure tests using Chromium (NOT Chrome) browser ([@M-Hammad-Faisal](https://github.com/M-Hammad-Faisal))
49+
* [#12550](https://github.com/webdriverio/webdriverio/pull/12550) Fix link in babel docs (v8) ([@albertyw](https://github.com/albertyw))
50+
51+
#### Committers: 11
52+
- Albert Wang ([@albertyw](https://github.com/albertyw))
53+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
54+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
55+
- Frank Steiler ([@steilerDev](https://github.com/steilerDev))
56+
- Kirill Gavrilov ([@gavvvr](https://github.com/gavvvr))
57+
- Muhammad Hammad Faisal ([@M-Hammad-Faisal](https://github.com/M-Hammad-Faisal))
58+
- Naru ([@naruaway](https://github.com/naruaway))
59+
- Samarjeet ([@samarsault](https://github.com/samarsault))
60+
- Sushant Soni ([@sushantsoni5392](https://github.com/sushantsoni5392))
61+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
62+
- [@KhushbuRander](https://github.com/KhushbuRander)
63+
64+
2465
## v8.35.0 (2024-03-20)
2566

2667
#### :rocket: New Feature

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.35.1",
6+
"version": "8.36.0",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)