Merge pull request #508 from getmaxun/chromium-install

fix: chromium installation for local setup
This commit is contained in:
Karishma
2025-03-30 16:27:26 +05:30
committed by GitHub

View File

@@ -64,9 +64,8 @@ npm install
# get back to the root directory
cd ..
# make sure playwright is properly initialized
npx playwright install
npx playwright install-deps
# install chromium and its dependencies
npx playwright install --with-deps chromium
# get back to the root directory
cd ..