-
Notifications
You must be signed in to change notification settings - Fork 715
chore(deps): bump playwright from 1.50.0 to 1.55.1 in /tests/ui-testing #8850
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
chore(deps): bump playwright from 1.50.0 to 1.55.1 in /tests/ui-testing #8850
Conversation
Bumps [playwright](https://github.com/microsoft/playwright) from 1.50.0 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.0...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greptile Overview
Summary
This PR updates Playwright from 1.50.0 to 1.55.1, bringing Chromium 140.0.7339.186, Firefox 141.0, and WebKit 26.0.
Key changes in Playwright 1.55.x:
- New
testStepInfo.titlePathAPI - Automatic
toBeVisible()assertions in Codegen - Dropped support for Chromium extension manifest v2 (not applicable to this project)
- Added Debian 13 support
Critical Issue:
- Version mismatch across Playwright packages creates incompatibility risk. Only the main
playwrightpackage was upgraded to 1.55.1, while@playwright/test(1.50.0),playwright-core(1.50.0),playwright-firefox(1.50.0), andplaywright-webkit(1.50.0) remain at the old version. This can cause runtime errors and test failures due to API mismatches between the test runner and browser drivers.
The test suite uses standard Playwright features (toBeVisible, chromium device configuration) that are compatible with the upgrade, but the version mismatch must be resolved.
Confidence Score: 2/5
- This PR is not safe to merge due to version mismatch across Playwright packages
- Score of 2 reflects a critical configuration issue. Only the main
playwrightpackage was upgraded to 1.55.1, while@playwright/test,playwright-core,playwright-firefox, andplaywright-webkitremain at 1.50.0. This version mismatch can cause runtime errors, test failures, and API incompatibilities. All Playwright packages must be upgraded to the same version for proper functionality. - tests/ui-testing/package.json requires immediate attention to align all Playwright package versions
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| tests/ui-testing/package.json | 2/5 | Upgraded main playwright package to 1.55.1, but @playwright/test, playwright-core, playwright-firefox, and playwright-webkit remain at 1.50.0, creating version mismatch |
| tests/ui-testing/package-lock.json | 2/5 | Updated lock file reflects playwright 1.55.1 upgrade with dependency resolution changes |
Sequence Diagram
sequenceDiagram
participant Dev as Developer/Dependabot
participant NPM as NPM Registry
participant PkgJson as package.json
participant PkgLock as package-lock.json
participant Tests as Test Suite
Dev->>PkgJson: Update playwright: 1.50.0 → 1.55.1
Dev->>NPM: npm install
NPM->>PkgLock: Update dependency tree
PkgLock-->>NPM: Resolve [email protected]
Note over PkgJson,Tests: Version Mismatch Issue
Tests->>PkgJson: Import @playwright/test (1.50.0)
Tests->>PkgJson: Import playwright (1.55.1)
Tests->>PkgJson: Import playwright-core (1.50.0)
Tests->>PkgJson: Import playwright-firefox (1.50.0)
Tests->>PkgJson: Import playwright-webkit (1.50.0)
Note over Tests: Potential API incompatibility<br/>between test runner and browsers
Tests--xDev: Risk of runtime errors
Additional Comments (1)
-
tests/ui-testing/package.json, line 10-23 (link)logic: Version mismatch across Playwright packages.
playwrightis at 1.55.1, but@playwright/test,playwright-core,playwright-firefox, andplaywright-webkitremain at 1.50.0. All Playwright packages should be upgraded to the same version to prevent compatibility issues.
1 file reviewed, 1 comment
Testdino Test Results
|
|
@neha00290 after upgrade playwright-1.55.1, the CI got problem. i already rollback in another PR. |
Bumps playwright from 1.50.0 to 1.55.1.
Release notes
Sourced from playwright's releases.
... (truncated)
Commits
ae51df7chore: mark v1.55.1 (#37530)86dde29feat(chromium): roll to r1193 (#37529)86328bcchore: do not use -k option (#37532)63799bacherry-pick(#37214): docs: fix method names in release notes21e29a4cherry-pick(#37153): fix(html): don't display a chip with empty content with ...ba62e6acherry-pick(#37149): fix(test): attaching in boxed fixture25bb073cherry-pick(#37137): Revert "fix(a11y): track inert elements as hidden (#36947)"f992162chore: mark v1.55.0 (#37121)4a92ea0cherry-pick(#37113): docs: add release-notes for v1.55aa05507cherry-pick(#37114): test: move browser._launchServer in child processMaintainer changes
This version was pushed to npm by playwright-bot, a new releaser for playwright since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.