diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-17 16:50:53 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-02-17 16:50:53 -0200 |
commit | fc1c230b3dfddf6a1092cca761202083c5cec444 (patch) | |
tree | cc2fab6df3d16d6df4bfea2927da41714445eec3 /provisioning | |
parent | 97cd3a2470e1de74a14fd4c1dad332a5a311e8eb (diff) |
[#907] Add chromedriver to vagrant for functional tests
with @anikarni
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/modules/pixelated/manifests/source.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp index 7dc3358f..4da0669f 100644 --- a/provisioning/modules/pixelated/manifests/source.pp +++ b/provisioning/modules/pixelated/manifests/source.pp @@ -13,7 +13,10 @@ class pixelated::source { 'libsqlcipher-dev', 'libfontconfig1', 'build-essential', - 'ruby-compass']: + 'ruby-compass', + 'xvfb', + 'xauth', + 'chromedriver']: ensure => latest } |