File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
27
## 3.5.10
2
28
3
29
❤️ Thanks all to those who contributed to make this release! ❤️
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codeceptjs" ,
3
- "version" : " 3.5.10 " ,
3
+ "version" : " 3.5.11 " ,
4
4
"description" : " Supercharged End 2 End Testing Framework for NodeJS" ,
5
5
"keywords" : [
6
6
" acceptance" ,
You can’t perform that action at this time.
0 commit comments