DevOps / Maven Surefire Plugin Interview Questions
What does redirectTestOutputToFile do?
Setting it to true redirects a test's System.out and System.err output into the corresponding report file instead of the build console, which keeps console output readable when a suite has hundreds of noisy tests.
More Related questions...