Skip to content

track @playwright/cli in cli-version-checker#31200

Merged
pelikhan merged 2 commits into
mainfrom
copilot/track-playwright-cli-version
May 9, 2026
Merged

track @playwright/cli in cli-version-checker#31200
pelikhan merged 2 commits into
mainfrom
copilot/track-playwright-cli-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

✨ Enhancement

What does this improve? The cli-version-checker workflow now monitors @playwright/cli alongside the existing suite of tracked CLIs, so new versions of the package surface automatically via the workflow's daily issue reports.

Why is this valuable? @playwright/cli (DefaultPlaywrightCLIVersion) is a first-class supported tool in gh-aw workflows (CLI mode for Playwright), but had no automated version tracking unlike every other bundled CLI.

Implementation approach:

  • .github/workflows/cli-version-checker.md — added @playwright/cli throughout the workflow prompt:
    • Description metadata and monitor section header
    • Version Sources: npm view @playwright/cli version, repo at github.com/microsoft/playwright-cli
    • Research & Analysis: release notes URL pattern + PR reference conversion rule
    • Tool Installation & Discovery: npm install -g @playwright/cli@<version> + playwright-cli --help discovery
    • Guidelines: release notes fetch from https://github.com/microsoft/playwright-cli/releases

No Go changes needed — DefaultPlaywrightCLIVersion already exists in pkg/constants/version_constants.go.

Copilot AI linked an issue May 9, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Track @playwright/cli in cli-version-checker track @playwright/cli in cli-version-checker May 9, 2026
Copilot AI requested a review from pelikhan May 9, 2026 12:01
@pelikhan pelikhan marked this pull request as ready for review May 9, 2026 12:05
Copilot AI review requested due to automatic review settings May 9, 2026 12:05
@pelikhan pelikhan merged commit 8cdfa2b into main May 9, 2026
@pelikhan pelikhan deleted the copilot/track-playwright-cli-version branch May 9, 2026 12:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the cli-version-checker workflow spec to include @playwright/cli so the daily version-monitoring run can detect and report new Playwright CLI releases alongside the other tracked CLIs.

Changes:

  • Added Playwright CLI to the workflow’s monitored tools list and top-level description.
  • Documented version source (npm), repository/package links, and release-notes lookup guidance for Playwright CLI.
  • Extended the install/help-discovery and guidelines sections to include Playwright CLI (npm install -g @playwright/cli@<version> and playwright-cli --help).
Show a summary per file
File Description
.github/workflows/cli-version-checker.md Extends the CLI version checker workflow instructions to track @playwright/cli (sources, research, installation, and discovery).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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.

[q] track @playwright/cli in cli-version-checker

3 participants