DevOps / Maven Surefire Plugin Interview Questions
What are the valid values for the reportFormat option?
brief (the default) gives a concise per-class summary, while plain gives a more detailed report including the full console output captured for each test method — useful when diagnosing a failure that needs more context than the brief summary provides.
More Related questions...