Update test#2095
Conversation
d941f33 to
9db299f
Compare
📝 WalkthroughWalkthroughThe Tekton pre-commit pipeline updates its Playwright image tags in the lint and e2e steps, and ChangesPlaywright Version Updates
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.tekton/integration-tests/lightspeed-console-pre-commit.yaml:
- Line 121: The Playwright image tag v1.61.1-noble does not exist as a valid
stable release. Update both occurrences of the image reference
mcr.microsoft.com/playwright:v1.61.1-noble to
mcr.microsoft.com/playwright:v1.61.0-noble, which is the latest stable
Playwright version. This change needs to be made in two locations within the
file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 980184f9-bd1b-470c-b97e-71c5e99b38a7
📒 Files selected for processing (1)
.tekton/integration-tests/lightspeed-console-pre-commit.yaml
| - name: COMMIT_SHA | ||
| value: $(params.commit) | ||
| image: mcr.microsoft.com/playwright:v1.60.0-noble | ||
| image: mcr.microsoft.com/playwright:v1.61.1-noble |
There was a problem hiding this comment.
🎯 Functional Correctness | 🔴 Critical
🧩 Analysis chain
🌐 Web query:
Is Playwright v1.61.1 released? What are the release notes for Playwright v1.61.1 vs v1.61.0?
💡 Result:
As of June 23, 2026, Playwright v1.61.1 has not been officially released as a stable version. The latest stable version is v1.61.0, which was released on June 15, 2026 [1][2]. Because v1.61.1 does not exist as a stable release, there are no official release notes available for it. While some beta versions (e.g., 1.61.1-beta-*) have been identified in package registries [3], these are pre-release builds and do not constitute a formal stable release. For reference, the release notes for v1.61.0 include updates such as WebAuthn passkey support and enhancements to Web Storage [4]. You can view the full, official release history and notes for stable versions on the Playwright documentation website [5].
Citations:
- 1: https://github.com/microsoft/playwright/releases/tag/v1.61.0
- 2: https://npmx.dev/package/playwright
- 3: https://newreleases.io/project/npm/playwright/release/1.61.0
- 4: https://github.com/microsoft/playwright/releases
- 5: https://playwright.dev/docs/release-notes
Update Playwright image tag to v1.61.0-noble: v1.61.1-noble does not exist as a stable release.
Lines 121 and 205 reference mcr.microsoft.com/playwright:v1.61.1-noble, but v1.61.1 has not been officially released. The latest stable Playwright version is v1.61.0 (released June 15, 2026). Update both occurrences to v1.61.0-noble to use a valid, stable image tag.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.tekton/integration-tests/lightspeed-console-pre-commit.yaml at line 121,
The Playwright image tag v1.61.1-noble does not exist as a valid stable release.
Update both occurrences of the image reference
mcr.microsoft.com/playwright:v1.61.1-noble to
mcr.microsoft.com/playwright:v1.61.0-noble, which is the latest stable
Playwright version. This change needs to be made in two locations within the
file.
9db299f to
185c8de
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
185c8de to
c85f9e9
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
c85f9e9 to
205df40
Compare
This PR contains the following updates:
1.60.0→1.61.01.61.1v1.60.0-noble→v1.61.1-nobleRelease Notes
microsoft/playwright (@playwright/test)
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
Configuration
📅 Schedule: (in timezone UTC)
* * * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.
Summary by CodeRabbit