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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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

📖 *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

❤️ Thanks all to those who contributed to make this release! ❤️
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs",
"version": "3.7.6",
"version": "3.7.7",
"description": "Supercharged End 2 End Testing Framework for NodeJS",
"keywords": [
"acceptance",
Expand Down Expand Up @@ -204,4 +204,4 @@
"axios": "1.13.6",
"fast-xml-parser": "^5.5.6"
}
}
}