mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Add Java and chromedriver install for Behat testing.
This commit is contained in:
parent
4f3ae118dd
commit
eeb6c4b2d0
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue