Files
kapow/spec/test/Makefile
Roberto Abdelkader Martínez Pérez 93a89acbce Add a fix target to ease the development
2019-08-21 13:18:46 +02:00

11 lines
231 B
Makefile

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