summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-06-05 13:27:22 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-06-06 11:55:58 -0300
commitb9467308bf33ea3cbff30598ec47607565a02463 (patch)
tree0c6a16dd978c8dcda3d410f8052382b70803ff48 /Makefile
parentae9e79e6bcbb2e74dc0c1b0000ff60e4159028cd (diff)
Remove old chromedriver path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 899b6c80..1c8e8172 100644
--- a/Makefile
+++ b/Makefile
@@ -79,13 +79,11 @@ integration_tests_py:
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
smoke_tests: clean 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 -k -D host=$(provider)
@@ -96,7 +94,6 @@ functional_tests_ci: clean requirements install
functional_tests_wip:
@. $(VIRTUALENV)/bin/activate;\
- export PATH=$(PATH):/usr/lib/chromium/;\
cd service;\
xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags @wip test/functional/features