From 8e415c7560aa76afd097bd3d0e3ade18c7851e83 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:21:42 +0000 Subject: [PATCH 1/3] Initial plan From 1d994009806f1a336d5b4aaae3e7eb13c2c5bb89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:29:28 +0000 Subject: [PATCH 2/3] chore: bump DefaultPlaywrightCLIVersion to 0.1.15 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/constants/version_constants.go | 2 +- pkg/constants/version_constants_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/constants/version_constants.go b/pkg/constants/version_constants.go index e1625cd8cda..f019036e557 100644 --- a/pkg/constants/version_constants.go +++ b/pkg/constants/version_constants.go @@ -136,7 +136,7 @@ const DefaultPlaywrightMCPVersion Version = "0.0.77" // Used when tools.playwright.mode is "cli" to install the CLI tool instead of the MCP server. // Keep this version outside the default 3-day npm release-age cooldown window enforced by // generated Playwright CLI install steps. See TestDefaultPlaywrightCLIVersionOutsideCooldownWindow. -const DefaultPlaywrightCLIVersion Version = "0.1.14" +const DefaultPlaywrightCLIVersion Version = "0.1.15" // DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image const DefaultPlaywrightBrowserVersion Version = "v1.61.1" diff --git a/pkg/constants/version_constants_test.go b/pkg/constants/version_constants_test.go index a8af61d6960..3534577b0c4 100644 --- a/pkg/constants/version_constants_test.go +++ b/pkg/constants/version_constants_test.go @@ -9,8 +9,8 @@ import ( func TestDefaultPlaywrightCLIVersionOutsideCooldownWindow(t *testing.T) { const ( - expectedVersion Version = "0.1.14" - publishedAtRFC3339 = "2026-06-10T00:20:51.773Z" + expectedVersion Version = "0.1.15" + publishedAtRFC3339 = "2026-06-30T14:53:08.941Z" minReleaseAge = 72 * time.Hour ) From 59705ef4a93d6e7f45d216355be60be575da6809 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:40:34 +0000 Subject: [PATCH 3/3] Apply remaining changes Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/blog-auditor.lock.yml | 2 +- .github/workflows/cloclo.lock.yml | 2 +- .github/workflows/daily-model-inventory.lock.yml | 2 +- .github/workflows/daily-multi-device-docs-tester.lock.yml | 2 +- .github/workflows/docs-noob-tester.lock.yml | 2 +- .github/workflows/slide-deck-maintainer.lock.yml | 2 +- .github/workflows/smoke-claude.lock.yml | 2 +- .github/workflows/smoke-codex.lock.yml | 2 +- .github/workflows/smoke-copilot-aoai-apikey.lock.yml | 2 +- .github/workflows/smoke-copilot-aoai-entra.lock.yml | 2 +- .github/workflows/smoke-copilot-arm.lock.yml | 2 +- .github/workflows/smoke-copilot.lock.yml | 2 +- .github/workflows/visual-regression-checker.lock.yml | 2 +- .github/workflows/weekly-editors-health-check.lock.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/blog-auditor.lock.yml b/.github/workflows/blog-auditor.lock.yml index aeb76ec67c2..4d1e8fe633a 100644 --- a/.github/workflows/blog-auditor.lock.yml +++ b/.github/workflows/blog-auditor.lock.yml @@ -556,7 +556,7 @@ jobs: - name: Install Claude Code CLI run: npm install -g @anthropic-ai/claude-code@2.1.198 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/cloclo.lock.yml b/.github/workflows/cloclo.lock.yml index 2461bb317d7..58aa999fd94 100644 --- a/.github/workflows/cloclo.lock.yml +++ b/.github/workflows/cloclo.lock.yml @@ -681,7 +681,7 @@ jobs: - name: Install Claude Code CLI run: npm install -g @anthropic-ai/claude-code@2.1.198 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/daily-model-inventory.lock.yml b/.github/workflows/daily-model-inventory.lock.yml index 8ab817d6e16..77b3d50d74e 100644 --- a/.github/workflows/daily-model-inventory.lock.yml +++ b/.github/workflows/daily-model-inventory.lock.yml @@ -528,7 +528,7 @@ jobs: - name: Install GitHub Copilot SDK (Node.js) run: cd "${GITHUB_WORKSPACE}" && npm install --ignore-scripts --no-save @github/copilot-sdk@1.0.5 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index e39efa8d6b8..445f620a83d 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -517,7 +517,7 @@ jobs: - name: Install Pi CLI run: npm install --ignore-scripts -g @earendil-works/pi-coding-agent@0.80.3 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/docs-noob-tester.lock.yml b/.github/workflows/docs-noob-tester.lock.yml index 32427f3e713..629ff1f4d85 100644 --- a/.github/workflows/docs-noob-tester.lock.yml +++ b/.github/workflows/docs-noob-tester.lock.yml @@ -511,7 +511,7 @@ jobs: - name: Install GitHub Copilot SDK (Node.js) run: cd "${GITHUB_WORKSPACE}" && npm install --ignore-scripts --no-save @github/copilot-sdk@1.0.5 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/slide-deck-maintainer.lock.yml b/.github/workflows/slide-deck-maintainer.lock.yml index b3871ccf8e1..ef1677b0dd0 100644 --- a/.github/workflows/slide-deck-maintainer.lock.yml +++ b/.github/workflows/slide-deck-maintainer.lock.yml @@ -563,7 +563,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 6785e38d76b..caf2772b9eb 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -814,7 +814,7 @@ jobs: - name: Install Claude Code CLI run: npm install -g @anthropic-ai/claude-code@2.1.198 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index 3c91cce49c5..14de41e7e21 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -640,7 +640,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-copilot-aoai-apikey.lock.yml b/.github/workflows/smoke-copilot-aoai-apikey.lock.yml index 5162429c7f0..29139ebe787 100644 --- a/.github/workflows/smoke-copilot-aoai-apikey.lock.yml +++ b/.github/workflows/smoke-copilot-aoai-apikey.lock.yml @@ -701,7 +701,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-copilot-aoai-entra.lock.yml b/.github/workflows/smoke-copilot-aoai-entra.lock.yml index df2ef498e15..6ffa19c052f 100644 --- a/.github/workflows/smoke-copilot-aoai-entra.lock.yml +++ b/.github/workflows/smoke-copilot-aoai-entra.lock.yml @@ -702,7 +702,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-copilot-arm.lock.yml b/.github/workflows/smoke-copilot-arm.lock.yml index d8c832998af..fb40d22a94d 100644 --- a/.github/workflows/smoke-copilot-arm.lock.yml +++ b/.github/workflows/smoke-copilot-arm.lock.yml @@ -646,7 +646,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index 7f3aeb5f604..a5335caf0d4 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -717,7 +717,7 @@ jobs: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/visual-regression-checker.lock.yml b/.github/workflows/visual-regression-checker.lock.yml index dd0e461c1c3..dedc3736ae6 100644 --- a/.github/workflows/visual-regression-checker.lock.yml +++ b/.github/workflows/visual-regression-checker.lock.yml @@ -562,7 +562,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10 diff --git a/.github/workflows/weekly-editors-health-check.lock.yml b/.github/workflows/weekly-editors-health-check.lock.yml index 64b33d40ed3..4977750daf0 100644 --- a/.github/workflows/weekly-editors-health-check.lock.yml +++ b/.github/workflows/weekly-editors-health-check.lock.yml @@ -504,7 +504,7 @@ jobs: - name: Install AWF binary run: bash "${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh" v0.27.22 --rootless - name: Install Playwright CLI - run: npm install -g @playwright/cli@0.1.14 + run: npm install -g @playwright/cli@0.1.15 env: NPM_CONFIG_MIN_RELEASE_AGE: '3' timeout-minutes: 10