From 3e639b17b5d2a43b6428e07f1106803965c9ab31 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Tue, 25 Apr 2017 16:31:56 -0300 Subject: Adds step do run smoke tests with @tayanefernandes --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f34f37db..ed4ab18b 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,12 @@ functional_tests: clean requirements install 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) + functional_tests_ci: clean requirements install @. $(VIRTUALENV)/bin/activate;\ cd service;\ -- cgit v1.2.3