Skip to content

Commit 875a660

Browse files
authored
release 3.7.6 (#5392)
1 parent 74fc377 commit 875a660

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
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(runner): test files are not executed in alphabetical order (#5386) - by DenysKuchma
14+
- fix(html-reporter): handle edgeInfo properly (#5327)
15+
- fix(html-reporter): improvements and stability fixes (#5242) - by @kobenguyent
16+
- fix(html-reporter): address multiple rendering issues (#5240) - by @kobenguyent
17+
- fix(screenshots): prevent filename collisions using unique names (#5299) - by @mirao
18+
- fix(playwright): always use `keyboard.type` for strings and add national characters test (#5280) - by @mirao
19+
- fix(playwright): remove redundant async initialization of selector engines (#5206) - by @Samuel-StO
20+
- fix(timeout): apply global timeout before suite execution (#5275) - by @mirao
21+
- fix(retryFailedStep): handle missing options to prevent promise chaining error (#5276) - by @mirao
22+
- fix(workers): correct stats when running with workers (#5215) - by @kobenguyent
23+
- fix(appium): resolve `platformName` handling issue (#5214) - by @mirao
24+
- fix(appium): avoid overriding `sauce:options` on iOS 17+ (#5202) - by @mikhail-yesipchuk-zenitech
25+
- fix(types): add and correct typings for Result class (#5236, #5252) - by @danielrentz
26+
- fix(types): fix TS typings for Codecept and MainConfig (#5216) - by @danielrentz
27+
- fix(types): add correct signatures for package exports (#5204) - by @epszaw
28+
- fix(fs): remove deprecated `fs.rmdirSync` recursive usage (#5218) - by @danielrentz
29+
- fix(effects): correct typo in `retryTo` example (#5203) - by @danielrentz
30+
31+
## 📖 Documentation
32+
33+
- docs(reports): use reporter config option instead of CLI flag (#5211) - by @danielrentz
34+
- docs(events): update example for `event.all.result` handler (#5233) - by @danielrentz
35+
- docs(playwright): update deprecated Puppeteer and Playwright links (#5222) - by @danielrentz
36+
37+
## 🧹 Chores & Maintenance
38+
39+
- chore(deps): keep dependencies in sync (#5346, #5220, #5388, #5303, #5210) - by @thomashohn
40+
- chore(deps): remove `lodash.shuffle` and use internal implementation (#5301) - by @thomashohn
41+
- chore(cleanup): clean up unused files (#5281) - by @kobenguyent
42+
- chore(cli): improve workers CLI logging (#5235) - by @kobenguyent
43+
144
## 3.7.5
245

346
❤️ Thanks all to those who contributed to make this release! ❤️
@@ -2439,7 +2482,7 @@ npx codeceptjs run-workers 2 all
24392482
- Support `--grep` in dry-run command (#3673) - by @KobeNguyenT
24402483
- Fix typings improvements in playwright (#3650) - by @KobeNguyenT
24412484
- Fixed global retry #3667 by @KobeNguyenT
2442-
- Fixed creating JavaScript test using "codeceptjs gt" (#3611) - by Jaromir Obr
2485+
- Fixed creating JavaScript test using "codeceptjs gt" (#3611) - by mirao
24432486

24442487
## 3.4.1
24452488

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)