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:
+1
-1
@@ -11,6 +11,6 @@ wip:
|
|||||||
test: lint
|
test: lint
|
||||||
pipenv run behave --no-capture --tags=~@skip
|
pipenv run behave --no-capture --tags=~@skip
|
||||||
fix: lint
|
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:
|
catalog:
|
||||||
pipenv run behave --format steps.usage --dry-run --no-summary -q
|
pipenv run behave --format steps.usage --dry-run --no-summary -q
|
||||||
|
|||||||
Reference in New Issue
Block a user