Skip to content

Commit 6920f35

Browse files
committed
synchronized with docs
1 parent 5700d5e commit 6920f35

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ layout: Section
77

88
# Releases
99

10+
## 3.7.7
11+
12+
❤️ Thanks all to those who contributed to make this release! ❤️
13+
14+
🐛 *Bug Fixes*
15+
* fix: `run-workers --by suite` parallelization broken by test file sorting ([#5412](https://github.com/codeceptjs/CodeceptJS/issues/5412)) ([#5419](https://github.com/codeceptjs/CodeceptJS/issues/5419)) - by **[mirao](https://github.com/mirao)**
16+
* fix: support Playwright 1.58+ output format in `codeceptjs info` ([#5423](https://github.com/codeceptjs/CodeceptJS/issues/5423)) - by **[mirao](https://github.com/mirao)**
17+
18+
📖 *Documentation*
19+
* doc: fix playwright link to external device list ([#5450](https://github.com/codeceptjs/CodeceptJS/issues/5450)) - by **[gimler](https://github.com/gimler)**
20+
21+
## 🧹 Chores & Maintenance
22+
- chore(deps): keep dependencies in sync ([#5494](https://github.com/codeceptjs/CodeceptJS/issues/5494), [#5490](https://github.com/codeceptjs/CodeceptJS/issues/5490), [#5488](https://github.com/codeceptjs/CodeceptJS/issues/5488), [#5477](https://github.com/codeceptjs/CodeceptJS/issues/5477), [#5472](https://github.com/codeceptjs/CodeceptJS/issues/5472), [#5467](https://github.com/codeceptjs/CodeceptJS/issues/5467), [#5463](https://github.com/codeceptjs/CodeceptJS/issues/5463), [#5458](https://github.com/codeceptjs/CodeceptJS/issues/5458), [#5448](https://github.com/codeceptjs/CodeceptJS/issues/5448)) - by **[thomashohn](https://github.com/thomashohn)**
23+
1024
## 3.7.6
1125

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

docs/playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Playwright can emulate browsers of mobile devices. Instead of paying for expensi
359359

360360
Device emulation can be enabled in CodeceptJS globally in a config or per session.
361361

362-
Playwright contains a [list of predefined devices](https://github.com/microsoft/playwright/blob/master/src/server/deviceDescriptors.js) to emulate, for instance this is how you can enable iPhone 6 emulation for all tests:
362+
Playwright contains a [list of predefined devices](https://github.com/microsoft/playwright/blob/master/packages/playwright-core/src/server/deviceDescriptorsSource.json) to emulate, for instance this is how you can enable iPhone 6 emulation for all tests:
363363

364364
```js
365365
const { devices } = require('playwright');

0 commit comments

Comments
 (0)