MUnit Maven Plugin Configuration Reference
The MUnit Maven Plugin offers a set of optional parameters that can be configured.
Name | Type | Description |
---|---|---|
argLines |
List |
Additional JVM argument lines to set on the test run. |
coverage |
Configuration |
Coverage configuration to be set on the test run. |
dynamicPorts |
List |
Dynamic ports to be set on the test run. |
enableSurefireReports |
boolean |
Set value to |
munitTest |
String |
Name of the MUnit tests to run. |
munitTags |
String |
Name of the MUnit tags. Only tests tagged with these names will run. |
skipMunitTests |
boolean |
Set to |
skipAfterFailure |
boolean |
Skip all tests if one fails. |
munitTestsDirectory |
File |
Directory where the MUnit tests reside. |
runtimeVersion |
String |
Version of the Mule runtime in case By default it runes with the mule-version defined in the pom.xml file of the mule-artifact.json. |
runtimeProduct |
String |
Type of runtime. Expected values are MULE for community edition, and MULE_EE for enterprise edition. |
environmentVariables |
Map |
Additional environment variables to be set on the test run. |
redirectTestOutputToFile |
boolean |
Set value to |
systemPropertyVariables |
Map |
System properties to be set on the test run. |
testOutputDirectory |
File |
Directory where the test outputs will be written to. |