Skip to content

Commit

Permalink
chore(e2e): fix end-to-end testing to useMarionette option for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Mar 13, 2017
1 parent 5c1de8e commit 7414dc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ dependencies:
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb

override:
# Install latest Firefox
# https://discuss.circleci.com/t/installing-the-latest-version-of-firefox-in-circleci/1347
- sudo apt-get update && sudo apt-get install libpango1.0-0 && sudo apt-get install firefox

test:
override:
- npm run check_format
Expand Down

0 comments on commit 7414dc1

Please sign in to comment.