From 6257db82ddb3ab4b5a166a66eebef3d20586e9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 21 Aug 2019 08:56:24 +0200 Subject: [PATCH] Add wip target to test wip marked scenarios. --- spec/test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/test/Makefile b/spec/test/Makefile index 49b8678..f028874 100644 --- a/spec/test/Makefile +++ b/spec/test/Makefile @@ -1,3 +1,5 @@ +wip: + pipenv run behave --no-capture --stop --wip test: gherkin-lint pipenv run behave --no-capture --stop