Aqua
 
Get Aqua

Testing in Maven

Last modified: 25 September 2024

In the Maven project, you can create and run tests the same way you do in any other project using the default Aqua test runner.

You can delegate test execution to Maven.

You can also pass the Maven Surefire plugin parameters when you run JUnit or TestNg tests and the Maven Failsafe plugin parameters for running integration tests. The Maven surefire plugin is declared in the super POM by default, but you can adjust its settings in your project's POM.