try install firefox mac

This commit is contained in:
Qstick 2019-08-12 19:49:46 -04:00
parent 4a810d90a7
commit 4684bb1901
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,9 @@ stages:
- bash: |
if [[ $OSNAME == "Mac" ]]; then
url=https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-macos.tar.gz
brew update
brew tap caskroom/cask
brew cask install firefox
elif [[ $OSNAME == "Linux" ]]; then
url=https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
else