diff --git a/hatch.toml b/hatch.toml index bc5181ba80e..20cad18eb04 100644 --- a/hatch.toml +++ b/hatch.toml @@ -782,7 +782,7 @@ DD_AGENT_PORT = "9126" test = [ "pip freeze", "echo $PYTEST_ADDOPTS", - "pytest -c /dev/null --no-ddtrace --no-cov tests/contrib/pytest {args:}", + "pytest -c /dev/null --no-ddtrace --no-cov --junitxml=test-results/junit.xml tests/contrib/pytest {args:}", ] [[envs.pytest_plugin_v2.matrix]] @@ -880,4 +880,4 @@ test = [ ] [[envs.appsec_integrations_pygoat.matrix]] -python = ["3.10", "3.11", "3.12"] \ No newline at end of file +python = ["3.10", "3.11", "3.12"]