From 31ac4ebd4f734fc4e438af504a318b4eb7ce627c Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Fri, 2 Dec 2016 13:00:03 -0200 Subject: Finish first smoke test See: https://github.com/pixelated/project-issues/issues/381 --- service/go | 2 +- service/test/functional/features/smoke.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'service') diff --git a/service/go b/service/go index 7df9111b..8ceae7db 100755 --- a/service/go +++ b/service/go @@ -119,7 +119,7 @@ function runFunctionalTests { echo "Executing Functional Tests on headless PhantomJS." removeZmqCertificates echo "You should execute it on Debian box for more similar results with CI environment." - behave --tags ~@wip test/functional/features + behave --tags ~@wip --tags ~@smoke test/functional/features echo "Done." } diff --git a/service/test/functional/features/smoke.feature b/service/test/functional/features/smoke.feature index 1839539e..724c680c 100644 --- a/service/test/functional/features/smoke.feature +++ b/service/test/functional/features/smoke.feature @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . -@smoke @wip +@smoke Feature: sign up, login and logout As a visitor of Pixelated I want to sign up -- cgit v1.2.3