Maven surefire plugins are used for?
Answers
Answered by
0
Maven Surefire Plugin. ... The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application. It generates reports in two different file formats: Plain text files..
i hope help you
i hope help you
Answered by
0
Answer:
The use of Maven Surefire plugins is that they are used to configure and execute tests, primarily. Secondly for compiling of the codes.
This type of plugin is used during a test phase of the build life cycle. This is done to execute the unit tests of an application underway.
With the help of this plugin, different reports may be generated in two different file formats.
Examples could include, testing.xml for TestNG test, and the plugin could lead to generating test reports for this.
This type of plugin in also used for compiling the code and using a particular type of JDK version during its compilation phase.
Similar questions