Skip to content

Commit cac208c

Browse files
authored
release 3.6.4 (#4402)
* release 3.6.4 * fix: changelog
1 parent 9e991a8 commit cac208c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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! ❤️

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)