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

Update dependency @playwright/test to v1.37.1 #1593

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

Microsoft/playwright (@​playwright/test)

v1.37.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/26496 - [REGRESSION] webServer stdout is always getting printedhttps://github.com/microsoft/playwright/issues/264922 - [REGRESSION] test.only with project dependency is not working

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.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 - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@github-actions
Copy link

github-actions bot commented Aug 17, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0.01s
✅ JSON eslint-plugin-jsonc 1 0 0 1.15s
✅ JSON jsonlint 1 0 0.32s
✅ JSON npm-package-json-lint yes no 0.78s
✅ JSON prettier 1 0 0 0.4s
✅ JSON v8r 1 0 8.05s
✅ REPOSITORY checkov yes no 41.67s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 14.06s
✅ REPOSITORY trivy-sbom yes no 2.47s
✅ REPOSITORY trufflehog yes no 158.46s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #1593 (5535f48) into master (cc44928) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1593      +/-   ##
==========================================
- Coverage   83.00%   82.90%   -0.10%     
==========================================
  Files         157      157              
  Lines        4072     4072              
  Branches      729      729              
==========================================
- Hits         3380     3376       -4     
- Misses        692      696       +4     
Flag Coverage Δ
cypress 51.21% <ø> (ø)
jest 77.92% <ø> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 500003d to 02732e4 Compare August 17, 2023 01:56
@renovate renovate bot changed the title Update dependency @playwright/test to v1.37.0 Update dependency @playwright/test to v1.37.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from bf9d36b to 7ff8e7b Compare August 21, 2023 07:12
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 7ff8e7b to 5535f48 Compare August 21, 2023 07:33
@buberdds buberdds merged commit 027a6ef into master Aug 21, 2023
@buberdds buberdds deleted the renovate/playwright-monorepo branch August 21, 2023 08:18
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.

1 participant