Add Java and chromedriver install for Behat testing.

This commit is contained in:
Jeff Geerling 2016-12-16 16:18:04 -06:00
parent 4f3ae118dd
commit eeb6c4b2d0
2 changed files with 4 additions and 0 deletions

View file

@ -53,6 +53,7 @@ Applications (installed with Homebrew Cask):
- [Google Chrome](https://www.google.com/chrome/) - [Google Chrome](https://www.google.com/chrome/)
- [Handbrake](https://handbrake.fr/) - [Handbrake](https://handbrake.fr/)
- [Homebrew](http://brew.sh/) - [Homebrew](http://brew.sh/)
- [Java](https://java.com)
- [KDiff3](http://kdiff3.sourceforge.net/) - [KDiff3](http://kdiff3.sourceforge.net/)
- [LICEcap](http://www.cockos.com/licecap/) - [LICEcap](http://www.cockos.com/licecap/)
- [LimeChat](http://limechat.net/mac/) - [LimeChat](http://limechat.net/mac/)
@ -73,6 +74,7 @@ Packages (installed with Homebrew):
- autoconf - autoconf
- bash-completion - bash-completion
- chromedriver
- doxygen - doxygen
- gettext - gettext
- git - git

View file

@ -18,6 +18,7 @@ homebrew_installed_packages:
# - ansible # Installed via Pip. # - ansible # Installed via Pip.
- autoconf - autoconf
- bash-completion - bash-completion
- chromedriver
- doxygen - doxygen
- gettext - gettext
- git - git
@ -65,6 +66,7 @@ homebrew_cask_apps:
- firefox - firefox
- google-chrome - google-chrome
- handbrake - handbrake
- java
- kdiff3 - kdiff3
- licecap - licecap
- limechat - limechat