Add playwright to the frontend

This commit is contained in:
Belén Albeza
2024-04-05 10:32:25 +02:00
committed by Andrey Antukh
parent ff04877d24
commit 4d29bff9b5
7 changed files with 379 additions and 5 deletions

View File

@@ -11,10 +11,11 @@ set -e;
echo "[start-tmux.sh] Installing node dependencies"
pushd ~/penpot/frontend/
yarn install
yarn run playwright install --with-deps chromium
popd
pushd ~/penpot/exporter/
yarn install
npx playwright install chromium
yarn run playwright install --with-deps chromium
popd
tmux -2 new-session -d -s penpot