Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @playwright/test to v1.37.0 #840

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.36.2 -> 1.37.0 age adoption passing confidence

Release Notes

Microsoft/playwright (@​playwright/test)

v1.37.0

Compare Source

✨ 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:

    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:

    npx playwright merge-reports --reporter html ./all-blob-reports

Read more in our documentation.

📚 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8pm and before 8am every weekday,every weekend" (UTC).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Aug 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
theme-nextjs-bea-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2023 3:00pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
theme-nextjs-bea-cookbook ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 3:00pm
theme-nextjs-bea-photography ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 3:00pm
theme-nextjs-bea-the-good-newsroom ⬜️ Ignored (Inspect) Visit Preview Aug 12, 2023 3:00pm

@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from a45b768 to 9b067bf Compare August 11, 2023 12:37
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 9b067bf to 9d786f7 Compare August 11, 2023 16:11
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 9d786f7 to 7f4c37c Compare August 11, 2023 16:21
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 7f4c37c to 572777a Compare August 11, 2023 16:51
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 572777a to 8fac713 Compare August 12, 2023 00:57
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 8fac713 to 49730a5 Compare August 12, 2023 05:03
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 49730a5 to 122b6ae Compare August 12, 2023 09:55
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 122b6ae to 2238f25 Compare August 12, 2023 13:54
@renovate renovate bot merged commit 4de4b29 into main Aug 12, 2023
8 checks passed
@renovate renovate bot deleted the renovate/playwright-monorepo branch August 12, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants