Add a fix target to ease the development
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
wip:
|
||||
pipenv run behave --stop --wip
|
||||
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
|
||||
test:
|
||||
gherkin-lint
|
||||
pipenv run behave --no-capture
|
||||
fix:
|
||||
gherkin-lint
|
||||
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
|
||||
catalog:
|
||||
pipenv run behave --steps-catalog
|
||||
|
||||
Reference in New Issue
Block a user