Skip to content

Commit 6c4a974

Browse files
committed
v8.36.1
1 parent 1e99bb5 commit 6c4a974

File tree

36 files changed

+379
-331
lines changed

36 files changed

+379
-331
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.36.1 (2024-04-20)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-cli`, `wdio-runner`, `wdio-utils`, `webdriverio`
28+
* [#12703](https://github.com/webdriverio/webdriverio/pull/12703) [webdriverio-v8] Fix issue wdio log is missing in standalone mode ([@nguyencuongabcxyz](https://github.com/nguyencuongabcxyz))
29+
* `wdio-browserstack-service`
30+
* [#12665](https://github.com/webdriverio/webdriverio/pull/12665) Fix error messages ([@07souravkunda](https://github.com/07souravkunda))
31+
* [#12583](https://github.com/webdriverio/webdriverio/pull/12583) [v8][browserstack-service] fix cucumber test duration ([@samarsault](https://github.com/samarsault))
32+
* `webdriver`
33+
* [#12578](https://github.com/webdriverio/webdriverio/pull/12578) add request.performance type to WebdriverClassicEvents ([@sushantsoni5392](https://github.com/sushantsoni5392))
34+
* `wdio-globals`
35+
* [#12502](https://github.com/webdriverio/webdriverio/pull/12502) [backport] @wdio/globals: Declare "expect" global type explicitly ([@naruaway](https://github.com/naruaway))
36+
* `wdio-browser-runner`, `webdriverio`
37+
* [#12540](https://github.com/webdriverio/webdriverio/pull/12540) (wdio-browser-runner): fix error response for the wdio-browser-runner ([@erwinheitzman](https://github.com/erwinheitzman))
38+
39+
#### :nail_care: Polish
40+
* `wdio-browserstack-service`
41+
* [#12675](https://github.com/webdriverio/webdriverio/pull/12675) Fix skip test filename ([@07souravkunda](https://github.com/07souravkunda))
42+
* `webdriverio`
43+
* [#12534](https://github.com/webdriverio/webdriverio/pull/12534) (webdriverio): polish intercepted errors ([@erwinheitzman](https://github.com/erwinheitzman))
44+
45+
#### :memo: Documentation
46+
* `wdio-types`
47+
* [#12620](https://github.com/webdriverio/webdriverio/pull/12620) Updating Sauce Labs specific capability type definitions - Backport v8 ([@steilerDev](https://github.com/steilerDev))
48+
* `wdio-browserstack-service`
49+
* [#12538](https://github.com/webdriverio/webdriverio/pull/12538) Added Integration pages for Percy and App Percy for WDIO ([@KhushbuRander](https://github.com/KhushbuRander))
50+
* `wdio-cli`
51+
* [#12582](https://github.com/webdriverio/webdriverio/pull/12582) Fix the link for electron service options documentation ([@gavvvr](https://github.com/gavvvr))
52+
* Other
53+
* [#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))
54+
* [#12550](https://github.com/webdriverio/webdriverio/pull/12550) Fix link in babel docs (v8) ([@albertyw](https://github.com/albertyw))
55+
56+
#### Committers: 13
57+
- Albert Wang ([@albertyw](https://github.com/albertyw))
58+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
59+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
60+
- Frank Steiler ([@steilerDev](https://github.com/steilerDev))
61+
- Kirill Gavrilov ([@gavvvr](https://github.com/gavvvr))
62+
- Muhammad Hammad Faisal ([@M-Hammad-Faisal](https://github.com/M-Hammad-Faisal))
63+
- Naru ([@naruaway](https://github.com/naruaway))
64+
- Samarjeet ([@samarsault](https://github.com/samarsault))
65+
- Sourav Kunda ([@07souravkunda](https://github.com/07souravkunda))
66+
- Sushant Soni ([@sushantsoni5392](https://github.com/sushantsoni5392))
67+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
68+
- [@KhushbuRander](https://github.com/KhushbuRander)
69+
- [@nguyencuongabcxyz](https://github.com/nguyencuongabcxyz)
70+
71+
2472
## v8.36.0 (2024-04-12)
2573

2674
#### :bug: Bug Fix

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.36.0",
6+
"version": "8.36.1",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)