Files
kapow/spec/test/Makefile
Roberto Abdelkader Martínez Pérez 6de3ca9ebe Instructions about running spec tests.
2019-08-26 11:48:21 +02:00

17 lines
339 B
Makefile

.PHONY: lint wip test fix catalog sync
all: sync test
sync:
pipenv sync
lint:
gherkin-lint
wip:
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --wip
test: lint
pipenv run behave --no-capture
fix: lint
KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture
catalog:
pipenv run behave --format steps.usage --dry-run --no-summary -q