A Maven plugin that integrates the Balau test framework into the Maven build system for integration testing.
Add this snippet into pom.xml inside tag <project><build><plugins>:
goals: |
---|
balau-integration-test:test
(phase: integration-test)
Execute the Balau integration test application as specified in the plugin's configuration. |