...
Code Block |
---|
mvn -T 1C clean test-compile jtest:agent test jtest:jtest -Djtest.config="builtin://Unit Tests" |
Jtest supports collecting coverage for Surefire parallel test execution, but the coverage may not be correctly matched to each executed test.
About the jtest:agent
Goal
The jtest:agent goal generates the Jtest agent settings based on the build modules, and sets the javaagent VM agument in the properties specified with the agentPropertyNames parameter in the initialize phase.
...