spec/Makefile: on fix target, skip tagged scenarios and features

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-11-14 17:50:35 +01:00
parent e6b779dfbb
commit 3e2bc44c0b
+1 -1
View File
@@ -11,6 +11,6 @@ wip:
test: lint
pipenv run behave --no-capture --tags=~@skip
fix: lint
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture --tags=~@skip
catalog:
pipenv run behave --format steps.usage --dry-run --no-summary -q