Files
runner-images/images/macos/provision/core/firefox.sh
2020-09-10 14:34:08 +03:00

8 lines
236 B
Bash

echo "Installing Firefox..."
brew cask install firefox
echo "Installing Geckodriver..."
brew install geckodriver
echo "Add GECKOWEBDRIVER to bashrc..."
echo "export GECKOWEBDRIVER=$(brew --prefix geckodriver)/bin" >> "${HOME}/.bashrc"