Merge pull request #10936 from tchak/add-playwright-to-update-script

chore(update): add playwright to update script
This commit is contained in:
Paul Chavard 2024-10-15 10:52:21 +00:00 committed by GitHub
commit 1cd4c7a885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ FileUtils.chdir APP_ROOT do
system('bundle check') || system!('bundle install')
system! 'bun --version'
system! 'bun install'
system! 'bunx playwright install chromium'
if ENV["UPDATE_WEBDRIVER"]
puts "\n== Updating webdrivers =="