From 715419e88dcbc4d5f0b8286d917b26b8d425d85b Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Mon, 20 Mar 2017 15:45:41 -0300 Subject: [#927] Creates functional tests for backup account flow with @tayanefernandes --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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";\ -- cgit v1.2.3