Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
## 3.7.8

❤️ Thanks all to those who contributed to make this release! ❤️

## 🧹 Chores & Maintenance

- Update dependencies (#5510) - by @thomashohn
- Create gitleaks.yml (#5505) - by @kobenguyent
- Fix open security issues (#5504) - by @thomashohn

## 3.7.7

❤️ Thanks all to those who contributed to make this release! ❤️

🐛 *Bug Fixes*
* fix: `run-workers --by suite` parallelization broken by test file sorting (#5412) (#5419) - by @mirao
* fix: support Playwright 1.58+ output format in `codeceptjs info` (#5423) - by @mirao
🐛 _Bug Fixes_

- fix: `run-workers --by suite` parallelization broken by test file sorting (#5412) (#5419) - by @mirao
- fix: support Playwright 1.58+ output format in `codeceptjs info` (#5423) - by @mirao

📖 *Documentation*
* doc: fix playwright link to external device list (#5450) - by @gimler
📖 _Documentation_

- doc: fix playwright link to external device list (#5450) - by @gimler

## 🧹 Chores & Maintenance

- chore(deps): keep dependencies in sync (#5494, #5490, #5488, #5477, #5472, #5467, #5463, #5458, #5448) - by @thomashohn

## 3.7.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs",
"version": "3.7.7",
"version": "3.7.8",
"description": "Supercharged End 2 End Testing Framework for NodeJS",
"keywords": [
"acceptance",
Expand Down
Loading