Merge pull request #10936 from tchak/add-playwright-to-update-script
chore(update): add playwright to update script
This commit is contained in:
commit
1cd4c7a885
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ FileUtils.chdir APP_ROOT do
|
||||||
system('bundle check') || system!('bundle install')
|
system('bundle check') || system!('bundle install')
|
||||||
system! 'bun --version'
|
system! 'bun --version'
|
||||||
system! 'bun install'
|
system! 'bun install'
|
||||||
|
system! 'bunx playwright install chromium'
|
||||||
|
|
||||||
if ENV["UPDATE_WEBDRIVER"]
|
if ENV["UPDATE_WEBDRIVER"]
|
||||||
puts "\n== Updating webdrivers =="
|
puts "\n== Updating webdrivers =="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue