...
By default, test output goes to target/surefire-reports/. If you'd like to see it on the console, add
| Code Block |
|---|
-Dsurefire.useFile=false |
to the command line.
To make this permanent, configure the Surefire plugin as follows:
...
...
By default, test output goes to target/surefire-reports/. If you'd like to see it on the console, add
| Code Block |
|---|
-Dsurefire.useFile=false |
to the command line.
To make this permanent, configure the Surefire plugin as follows:
...