File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3232test-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
3535test-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
You can’t perform that action at this time.
0 commit comments