...
Name | Type | Description |
---|---|---|
File | The directory where compiled fixture classes go. Default value is ${project.build.directory}/fixture-test-classes | |
File | No description. Default value is ${project.build.directory}/greenpepper-reports | |
String | The SystemUnderDevelopment class to use Default value is com.greenpepper.systemunderdevelopment.DefaultSystemUnderDevelopment |
...
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 | Additionnal JAVA Options to be added to the java command in fork mode. | ||||
String | The Java Virtual Machine path to use for the default runner in fork mode. Default value is java | ||||
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. Default value is false | ||||
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 | ||
ArrayListList | This list of repositories. | ||||
boolean | Set this property to true to launch only new specifications + failed ones. Default value is false | ||||
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 | ||||
String | The {@link com.greenpepper.systemunderdevelopment.SystemUnderDevelopment} constructor args. | ||||
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 | boolean |
---|---|
Required | No |
Expression | ${maven.greenpepper.excludedefaultrunner} |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
...
Type | java.io.File |
---|---|
Required | Yes |
ExpressionDefault | ${project.build.directory}/fixture-test-classes |
...
Type | java.lang.Integer |
---|---|
Required | No |
Expression | ${maven.greenpepper.forkcount} |
Anchor | ||||
---|---|---|---|---|
|
Additionnal JAVA Options to be added to the java command in fork mode.
This is only used in FORK mode and for the default runner.
Type | java.lang.String |
---|---|
Required | No |
Expression | ${maven.greenpepper.javaoptions} |
Anchor | ||||
---|---|---|---|---|
|
The Java Virtual Machine path to use for the default runner in fork mode.
Type | java.lang.String |
---|---|
Required | No |
Expression | ${maven.greenpepper.jvm} |
Default | java |
Anchor | ||||
---|---|---|---|---|
|
Set the locale for the execution.
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} |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
Refresh the specificaction list (updating the index file)
...
Type | java.io.File |
---|---|
Required | Yes |
ExpressionDefault | ${project.build.directory}/greenpepper-reports |
Anchor |
---|
...
...
The format of the generated reports. Can be html or xml.
Type | com.greenpepper.maven.plugin.SpecificationRunnerMojo$ReportType |
---|---|
Required | No |
Expression | ${maven.greenpepper.reports.type} |
Default | html |
Anchor | |||
---|---|---|---|
|
This list of repositories.
Type | java.util.ArrayListList |
---|---|
Required | No |
Anchor | ||||
---|---|---|---|---|
|
...
Type | boolean |
---|---|
Required | No |
Expression | ${maven.greenpepper.resume} |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
...
Type | java.lang.String |
---|---|
Required | Yes |
Default | com.greenpepper.systemunderdevelopment.DefaultSystemUnderDevelopment |
Anchor | ||||
---|---|---|---|---|
|
The {@link com.greenpepper.systemunderdevelopment.SystemUnderDevelopment} constructor args.
This parameter is optionnal and can be achieved by appending them to the systemUnderDevelopment parameter.
Type | java.lang.String |
---|---|
Required | No |
Anchor | ||||
---|---|---|---|---|
|
...
Type | boolean |
---|---|
Required | No |
Expression | ${maven.greenpepper.test.failure.ignore} |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
...