summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 16:50:53 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 16:50:53 -0200
commitfc1c230b3dfddf6a1092cca761202083c5cec444 (patch)
treecc2fab6df3d16d6df4bfea2927da41714445eec3 /Makefile
parent97cd3a2470e1de74a14fd4c1dad332a5a311e8eb (diff)
[#907] Add chromedriver to vagrant for functional tests
with @anikarni
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 322f5caa..bca2cf91 100644
--- a/Makefile
+++ b/Makefile
@@ -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