Skip to content

Commit 52b6e74

Browse files
authored
release 3.7.2 (#4853)
1 parent bb5cbf5 commit 52b6e74

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 3.7.2
2+
3+
❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+
🛩️ _Features_
6+
7+
- feat(playwright): Clear cookie by name (#4693) - by @ngraf
8+
9+
🐛 _Bug Fixes_
10+
11+
- fix(stepByStepReport): no records html is generated when running with run-workers (#4638)
12+
- fix(webdriver): bidi error in log with webdriver (#4850)
13+
- fix(types): TS types of methods (Feature|Scenario)Config.config (#4851)
14+
- fix: redundant popup log (#4830)
15+
- fix(webdriver): grab browser logs using bidi protocol (#4754)
16+
- fix(webdriver): screenshots for sessions (#4748)
17+
18+
📖 _Documentation_
19+
20+
- fix(docs): mask sensitive data (#4636) - by @gkushang
21+
122
## 3.7.1
223

324
- Fixed `reading charAt` error in `asyncWrapper.js`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

0 commit comments

Comments
 (0)