From 4684bb19018747cb00407e1d8df64391f44f5183 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 12 Aug 2019 19:49:46 -0400 Subject: [PATCH] try install firefox mac --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9552d0551..61b1d3034 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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