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

feat: support local aliases when launching a browser #11947

Merged
merged 1 commit into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. feat: support launch aliases

    With this PR, @puppeteer/browsers starts maintaining a local
    mapping from an alias to the locally installed version.
    This allows using aliases such as `canary`/`latest` when launching
    the browser.
    
    Note that the launch command would only consult metadata files
    and won't attempt to re-check aliases by contacting the server.
    OrKoN committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2d0e0d6 View commit details
    Browse the repository at this point in the history