We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fb415 commit c61ae1cCopy full SHA for c61ae1c
1 file changed
tools/multipass.sh
@@ -274,6 +274,13 @@ GRAPHDONE_SETUP
274
- su ubuntu -c 'export HOME=/home/ubuntu && cd ${GRAPHDONE_PATH} && npm run db:seed'
275
GRAPHDONE_SEED
276
fi
277
+
278
+ # Install Playwright browsers for E2E testing
279
+ cat >> "$CLOUD_INIT_OUTPUT" <<PLAYWRIGHT_INSTALL
280
+ # Install Playwright browsers
281
+ - echo '=== Installing Playwright browsers for E2E testing ==='
282
+ - su ubuntu -c 'export HOME=/home/ubuntu && cd ${GRAPHDONE_PATH} && npx playwright install --with-deps chromium firefox webkit'
283
+PLAYWRIGHT_INSTALL
284
285
286
# Add systemd enable and start commands if run_on_boot is enabled (before final messages)
0 commit comments