Skip to content

Commit

Permalink
install chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Jan 6, 2024
1 parent 091d15c commit 31e4f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_img_graph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def install_playwright
File.write(File.join(@tmpdir, 'package.json'), json)
Dir.chdir(@tmpdir) do
system('npm install')
system('npx playwright install chromium')
end

File.join(@tmpdir, 'node_modules', '.bin', 'playwright')
Expand Down

0 comments on commit 31e4f98

Please sign in to comment.