Closed BenManifold closed 3 months ago
So it came down to a failure of autodiscovery, running this with the command that runs tests is absolutely mandatory now -Djunit.jupiter.extensions.autodetection.enabled=true
So it came down to a failure of autodiscovery, running this with the command that runs tests is absolutely mandatory now -Djunit.jupiter.extensions.autodetection.enabled=true
Describe the bug Logging in debug shows the agent is being resolved, but there's no logging in the tests to indicate it's actually doing anything. It's unclear how to get feedback that might explain why data never actually lands in the report-portal app. Right now my best guess is that using -Drp.enable=true in maven no longer works for enabling the agent.
Steps to Reproduce Steps to reproduce the behavior:
Expected behavior A clear error message logged at the error level, explaining why the agent can't do its work.
Actual behavior No error messages and no data.
Dependency versions Include version info of the following libraries: client-java, agent-java-junit5 agent-java-junit5: 5.3.2 client-java: transitive of agent-java-junit5
Additional context Add any other context about the problem here.