working docker-compose with google chrome

This commit is contained in:
Nick Sweeting 2019-01-23 01:06:47 -05:00
parent 2c375eab49
commit e1be96e597
3 changed files with 33 additions and 27 deletions

View file

@ -63,6 +63,7 @@ if not CHROME_BINARY:
'google-chrome-beta',
'google-chrome-canary',
'google-chrome-dev',
'google-chrome-unstable',
)
for name in common_chrome_executable_names:
full_path_exists = shutil.which(name)