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 /Makefile | |
parent | 97cd3a2470e1de74a14fd4c1dad332a5a311e8eb (diff) |
[#907] Add chromedriver to vagrant for functional tests
with @anikarni
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 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 |