File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 3.6.4
2+
3+ ❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+ 🛩️ * Features*
6+ * feat(rest): print curl (#4396 ) - by @kobenguyent
7+
8+ ```
9+ Config:
10+
11+ ...
12+ REST: {
13+ ...
14+ printCurl: true,
15+ ...
16+ }
17+ ...
18+
19+ › [CURL Request] curl --location --request POST https://httpbin.org/post -H ...
20+ ```
21+
22+ * feat(AI): Generate PageObject, added types, shell improvement (#4319 ) - by @davert
23+ * added ` askForPageObject ` method to generate PageObjects on the fly
24+ * improved AI types
25+ * interactive shell improved to restore history
26+
27+ ![ Screenshot from 2024-06-17 02-47-37] ( https://github.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393 )
28+
29+ 🐛 * Bug Fixes*
30+ * fix(heal): wrong priority (#4394 ) - by @kobenguyent
31+
32+ 📖 * Documentation*
33+ * AI docs improvements
34+
135## 3.6.3
236
337❤️ Thanks all to those who contributed to make this release! ❤️
Original file line number Diff line number Diff line change 11{
22 "name" : " codeceptjs" ,
3- "version" : " 3.6.3 " ,
3+ "version" : " 3.6.4 " ,
44 "description" : " Supercharged End 2 End Testing Framework for NodeJS" ,
55 "keywords" : [
66 " acceptance" ,
You can’t perform that action at this time.
0 commit comments