Add Surefire and Failsafe Plugins

TestReport.io

Last Update vor 5 Monaten

Benefits of Using Surefire and Failsafe Plugins

  • Surefire Plugin: Executes unit tests and generates reports.
  • Failsafe Plugin: Ensures integration tests don’t block the build pipeline if failures occur.


Step 1: Add the Surefire Plugin

The Maven Surefire plugin runs unit tests in your project. Add the following configuration under the <build> section in your pom.xml:

Step 2 Add the Failsafe Plugin

The Maven Failsafe plugin is used for integration tests. Add the plugin configuration outside <pluginManagement> in the <build> section:

Was this article helpful?

1 out of 1 liked this article

Still need help? Message Us