summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-03-31 11:39:23 -0300
committerGitHub <noreply@github.com>2017-03-31 11:39:23 -0300
commitdadf39c1574d53612410371b8b639a159841eaf5 (patch)
treeb2ad876064ba53fda571bd6382277cc1ec0d4cac /Makefile
parent76454872267976c3cd16608a8371d27b062b062d (diff)
parented6c3c449b7a947901b45bdb0d0dc017560e7f78 (diff)
Merge pull request #1021 from pixelated/email-recovery-code
[#927] Creates functional tests for backup account flow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ccad7d5b..f34f37db 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,12 @@ functional_tests_ci: clean requirements install
cd service;\
behave --tags ~@wip --tags ~@smoke test/functional/features
+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
+
ensure_virtualenv_installed:
@if [ ! `which virtualenv` ]; then\
echo "Virtualenv must be installed";\