Merge pull request #508 from getmaxun/chromium-install
fix: chromium installation for local setup
This commit is contained in:
@@ -64,9 +64,8 @@ npm install
|
|||||||
# get back to the root directory
|
# get back to the root directory
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# make sure playwright is properly initialized
|
# install chromium and its dependencies
|
||||||
npx playwright install
|
npx playwright install --with-deps chromium
|
||||||
npx playwright install-deps
|
|
||||||
|
|
||||||
# get back to the root directory
|
# get back to the root directory
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user