mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
a87794dae6
This patch will check if browser channel is already installed. If it is, it'll abort installation with the following error: ``` aslushnikov:~/prog/playwright$ npx playwright install msedge Failed to install browsers Error: ╔═════════════════════════════════════════════════════════════════╗ ║ ATTENTION: "msedge" is already installed on the system! ║ ║ ║ ║ "msedge" installation is not hermetic; installing newer version ║ ║ requires *removal* of a current installation first. ║ ║ ║ ║ To *uninstall* current version and re-install latest "msedge": ║ ║ ║ ║ - Close all running instances of "msedge", if any ║ ║ - Use "--force" to install browser: ║ ║ ║ ║ npx playwright install --force msedge ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════╝ ``` To re-install browser channel, use `--force`. Fixes https://github.com/microsoft/playwright/issues/13061 |
||
---|---|---|
.. | ||
component_tests.yml | ||
infra.yml | ||
pr_check_client_side_changes.yml | ||
publish_canary.yml | ||
publish_release_docker.yml | ||
publish_release_driver.yml | ||
publish_release_npm.yml | ||
publish_release_traceviewer.yml | ||
roll_browser_into_playwright.yml | ||
roll_chromium_build.yml | ||
tests_fyi.yml | ||
tests_primary.yml | ||
tests_secondary.yml | ||
trigger_build_chromium_with_symbols.yml | ||
trigger_build_chromium.yml | ||
trigger_build_ffmpeg.yml | ||
trigger_build_firefox_beta.yml | ||
trigger_build_firefox.yml | ||
trigger_build_webkit.yml | ||
trigger_build_winldd.yml | ||
trigger_tests.yml |