diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | provisioning/modules/pixelated/manifests/source.pp | 5 | 
2 files changed, 5 insertions, 1 deletions
| @@ -75,6 +75,7 @@ integration_tests:  functional_tests: clean requirements install  	@. $(VIRTUALENV)/bin/activate;\ +	export PATH=$(PATH):/usr/lib/chromium/;\  	cd service;\  	xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags ~@smoke test/functional/features 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    } | 
