Skip to content

Commit 1842bc1

Browse files
committed
release 3.7.6
1 parent 7c7ed34 commit 1842bc1

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 3.7.6
2+
3+
❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+
## ✨ Features
6+
7+
- feat(bdd): add support for the `But` keyword (#5291) - by @mozillalives
8+
- feat(playwright): add support for `storageState` configuration (#5192) - by @Samuel-StO
9+
- feat(rest): add support for `HEAD` request (#5212) - by @kobenguyent
10+
11+
## 🐛 Bug Fixes
12+
13+
- fix(html-reporter): handle edgeInfo properly (#5327)
14+
- fix(html-reporter): improvements and stability fixes (#5242) - by @kobenguyent
15+
- fix(html-reporter): address multiple rendering issues (#5240) - by @kobenguyent
16+
- fix(screenshots): prevent filename collisions using unique names (#5299) - by @mirao
17+
- fix(playwright): always use `keyboard.type` for strings and add national characters test (#5280) - by @mirao
18+
- fix(playwright): remove redundant async initialization of selector engines (#5206) - by @Samuel-StO
19+
- fix(timeout): apply global timeout before suite execution (#5275) - by @mirao
20+
- fix(retryFailedStep): handle missing options to prevent promise chaining error (#5276) - by @mirao
21+
- fix(workers): correct stats when running with workers (#5215) - by @kobenguyent
22+
- fix(appium): resolve `platformName` handling issue (#5214) - by @mirao
23+
- fix(appium): avoid overriding `sauce:options` on iOS 17+ (#5202) - by @mikhail-yesipchuk-zenitech
24+
- fix(types): add and correct typings for Result class (#5236, #5252) - by @danielrentz
25+
- fix(types): fix TS typings for Codecept and MainConfig (#5216) - by @danielrentz
26+
- fix(types): add correct signatures for package exports (#5204) - by @epszaw
27+
- fix(fs): remove deprecated `fs.rmdirSync` recursive usage (#5218) - by @danielrentz
28+
- fix(effects): correct typo in `retryTo` example (#5203) - by @danielrentz
29+
30+
## 📖 Documentation
31+
32+
- docs(reports): use reporter config option instead of CLI flag (#5211) - by @danielrentz
33+
- docs(events): update example for `event.all.result` handler (#5233) - by @danielrentz
34+
- docs(playwright): update deprecated Puppeteer and Playwright links (#5222) - by @danielrentz
35+
36+
## 🧹 Chores & Maintenance
37+
38+
- chore(deps): keep dependencies in sync (#5346, #5220, #5388, #5303, #5210) - by @thomashohn
39+
- chore(deps): remove `lodash.shuffle` and use internal implementation (#5301) - by @thomashohn
40+
- chore(cleanup): clean up unused files (#5281) - by @kobenguyent
41+
- chore(cli): improve workers CLI logging (#5235) - by @kobenguyent
42+
143
## 3.7.5
244

345
❤️ Thanks all to those who contributed to make this release! ❤️
@@ -2439,7 +2481,7 @@ npx codeceptjs run-workers 2 all
24392481
- Support `--grep` in dry-run command (#3673) - by @KobeNguyenT
24402482
- Fix typings improvements in playwright (#3650) - by @KobeNguyenT
24412483
- Fixed global retry #3667 by @KobeNguyenT
2442-
- Fixed creating JavaScript test using "codeceptjs gt" (#3611) - by Jaromir Obr
2484+
- Fixed creating JavaScript test using "codeceptjs gt" (#3611) - by mirao
24432485

24442486
## 3.4.1
24452487

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.7.5",
3+
"version": "3.7.6",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

0 commit comments

Comments
 (0)