...
Name | Type | Description |
---|---|---|
boolean | Set the Debug mode. Default value is false | |
boolean | When launching the tests in a fork, we create a default runner. You can exclude this default runner from the | |
boolean | Launch the test in the Maven process if false. Or fork a java process if true. Default value is false | |
Integer | The maximum number of default runner processes that needs to be spawn; | |
String | The Java Virtual Machine path to use for the default runner in fork mode. | |
String | Set the locale for the execution. | |
boolean | Set this to true to output the logs only in the log file and not in the console. | |
boolean | Refresh the specificaction list (updating the index file) Default value is false | |
SpecificationRunnerMojo$ReportType | The format of the generated reports. Can be html or xml. Default value is html | |
ArrayList | This list of repositories. | |
boolean | Set this property to true to launch only new specifications + failed ones. | |
List | The list of runners that can be associated to repositories for testing. | |
String | Set this to a Repository name defined in the pom.xml. | |
String | Set the Selector class. Default value is com.greenpepper.document.GreenPepperInterpreterSelector | |
boolean | Set this to 'true' to bypass greenpepper tests entirely. | |
String | Sets a filter to filter the output of the specs. The filter should have a specific syntax:
| |
boolean | Set this to 'true' to stop the execution on a failure. Default value is false | |
boolean | Set this to true to ignore a failure during testing. | |
String | Set this to a Specification name to run only this test. | |
String | Set this to a Specification name to run only this test. |
...
Type | java.lang.String |
---|---|
Required | No |
Expression | ${maven.greenpepper.locale} |
Anchor | ||||
---|---|---|---|---|
|
Set this to true to output the logs only in the log file and not in the console.
Type | boolean |
---|---|
Required | No |
Expression | ${maven.greenpepper.redirect.output} |
Anchor | ||||
---|---|---|---|---|
|
...