Skip to content

Commit 90e9299

Browse files
committed
Re-introduce color codes to e2e prints
1 parent 8cc646a commit 90e9299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test-integration: ## Run integration tests tests
3030
COVERAGE_FILE="${ARTIFACT_DIR}/.coverage.integration" uv run python -m pytest tests/integration --cov=src --cov-report term-missing --cov-report "json:${ARTIFACT_DIR}/coverage_integration.json" --junit-xml="${ARTIFACT_DIR}/junit_integration.xml" --cov-fail-under=10
3131

3232
test-e2e: ## Run end to end tests for the service
33-
uv run behave --color --format pretty --tags=-skip -D dump_errors=true @tests/e2e/test_list.txt
33+
script -q -e -c "uv run behave --color --format pretty --tags=-skip -D dump_errors=true @tests/e2e/test_list.txt"
3434

3535
test-e2e-local: ## Run end to end tests for the service
3636
uv run behave --color --format pretty --tags=-skip -D dump_errors=true @tests/e2e/test_list.txt

0 commit comments

Comments
 (0)