From 731f04a85366939d14aa038d86bb7fdc1d4fd2cd Mon Sep 17 00:00:00 2001 From: "well-architected-sync-bot[bot]" <235114805+well-architected-sync-bot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 15:36:42 +0000 Subject: [PATCH] Sync from github/github-well-architected-internal (main) Source Repository: github/github-well-architected-internal Source Branch: main Source SHA: a89fa7dcec82fa93d631132ed15b0de0bccec2be --- tools/bootstrap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/bootstrap b/tools/bootstrap index cfe87a2..3d1f1c2 100755 --- a/tools/bootstrap +++ b/tools/bootstrap @@ -10,5 +10,10 @@ echo "==> Running tools/bootstrap…" echo "==> Running npm install…" npm install +# Install Playwright and its dependencies +echo "==> Installing Playwright browsers and dependencies…" +npx playwright install-deps +npx playwright install + # Done echo "==> tools/bootstrap done."