Commit 3da8731
authored
chore(deps): update dependency @playwright/test to ~1.37.0 (#207)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/Microsoft/playwright)) | [`~1.36.0` ->
`~1.37.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.36.0/1.37.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>Microsoft/playwright (@​playwright/test)</summary>
###
[`v1.37.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.37.0)
[Compare
Source](https://togithub.com/Microsoft/playwright/compare/v1.36.2...v1.37.0)
#### ✨ New tool to merge reports
If you run tests on multiple shards, you can now merge all reports in a
single HTML report (or any other report)
using the new `merge-reports` CLI tool.
Using `merge-reports` tool requires the following steps:
1. Adding a new "blob" reporter to the config when running on CI:
```js title="playwright.config.ts"
export default defineConfig({
testDir: './tests',
reporter: process.env.CI ? 'blob' : 'html',
});
```
The "blob" reporter will produce ".zip" files that contain all the
information
about the test run.
2. Copying all "blob" reports in a single shared location and running
`npx playwright merge-reports`:
```bash
npx playwright merge-reports --reporter html ./all-blob-reports
```
Read more in [our
documentation](https://playwright.dev/docs/test-sharding).
#### 📚 Debian 12 Bookworm Support
Playwright now supports Debian 12 Bookworm on both x86\_64 and arm64 for
Chromium, Firefox and WebKit.
Let us know if you encounter any issues!
Linux support looks like this:
| | Ubuntu 20.04 | Ubuntu 22.04 | Debian 11 | Debian 12 |
| :--- | :---: | :---: | :---: | :---: |
| Chromium | ✅ | ✅ | ✅ | ✅ |
| WebKit | ✅ | ✅ | ✅ | ✅ |
| Firefox | ✅ | ✅ | ✅ | ✅ |
#### 🌈 UI Mode Updates
- UI Mode now respects project dependencies. You can control which
dependencies to respect by checking/unchecking them in a projects list.
- Console logs from the test are now displayed in the Console tab.
#### Browser Versions
- Chromium 116.0.5845.82
- Mozilla Firefox 115.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 115
- Microsoft Edge 115
###
[`v1.36.2`](https://togithub.com/microsoft/playwright/releases/tag/v1.36.2):
1.36.2
[Compare
Source](https://togithub.com/Microsoft/playwright/compare/v1.36.1...v1.36.2)
##### Highlights
[https://github.com/microsoft/playwright/issues/24316](https://togithub.com/microsoft/playwright/issues/24316)
- \[REGRESSION] Character classes are not working in globs in 1.36
##### Browser Versions
- Chromium 115.0.5790.75
- Mozilla Firefox 115.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 114
- Microsoft Edge 114
###
[`v1.36.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.36.1)
[Compare
Source](https://togithub.com/Microsoft/playwright/compare/v1.36.0...v1.36.1)
##### Highlights
[https://github.com/microsoft/playwright/issues/24184](https://togithub.com/microsoft/playwright/issues/24184)
- \[REGRESSION]: Snapshot name contains some random string after test
name when tests are run in container
##### Browser Versions
- Chromium 115.0.5790.75
- Mozilla Firefox 115.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 114
- Microsoft Edge 114
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/creatorsgarten/contentsgarten).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fbb9889 commit 3da8731
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments