Skip to content

Commit 1a9f3be

Browse files
authored
release 3.5.11 (#4098)
1 parent 79d9897 commit 1a9f3be

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 3.5.11
2+
3+
❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+
🛩️ *Features*
6+
* feat: other locators from playwright (#4090) - by @KobeNguyenT
7+
* CodeceptJS - Playwright now supports other locators like
8+
* React (https://playwright.dev/docs/other-locators#react-locator),
9+
* Vue (https://playwright.dev/docs/other-locators#vue-locator)
10+
![Vue Locators](https://github.com/codeceptjs/CodeceptJS/assets/7845001/841e9e54-847b-4326-b95f-f9406955a3ce)
11+
![Example](https://github.com/codeceptjs/CodeceptJS/assets/7845001/763e6788-143b-4a00-a249-d9ca5f0b2a09)
12+
13+
🐛 *Bug Fixes*
14+
* fix: step object is broken when step arg is a function (#4092) - by @KobeNguyenT
15+
* fix: step object is broken when step arg contains joi object (#4084) - by @KobeNguyenT
16+
* fix(expect helper): custom error message as optional param (#4082) - by @KobeNguyenT
17+
* fix(puppeteer): hide deprecation info (#4075) - by @KobeNguyenT
18+
* fix: seeattributesonelements throws error when attribute doesn't exist (#4073) - by @KobeNguyenT
19+
* fix: typo in agrs (#4077) - by @KobeNguyenT
20+
* fix: retryFailedStep is disabled for non tryTo steps (#4069) - by @KobeNguyenT
21+
* fix(typings): scrollintoview complains scrollintoviewoptions (#4067) - by @KobeNguyenT
22+
23+
📖 *Documentation*
24+
* fix(docs): some doc blocks are broken (#4076) - by @KobeNguyenT
25+
* fix(docs): expect docs (#4058) - by @KobeNguyenT
26+
127
## 3.5.10
228

329
❤️ Thanks all to those who contributed to make this release! ❤️

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.5.10",
3+
"version": "3.5.11",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

0 commit comments

Comments
 (0)