Full name:
com.zenika:varnishtest-maven-plugin:0.2:run
Description:
Attributes:
| Name | Type | Since | Description | 
|---|---|---|---|
| excludes | List | - | A list of <exclude> elements specifying the
tests (by pattern) that should be excluded in testing. When not
specified and when the test parameter is not
specified, the default excludes will be <excludes/> | 
| includes | List | - | A list of <include> elements specifying the
tests (by pattern) that should be included in testing. When not
specified and when the test parameter is not
specified, the default includes will be <includes> <include>src/test/varnish/**.vtc</include> </includes> | 
| macros | Map | - | List of macros to pass to varnishtest. | 
| reportsDirectory | File | - | Base directory where all reports are written to. Default value is: ${project.build.directory}/varnishtest-reports. User property is: varnishtest.reportsDirectory. | 
| skip | boolean | - | Set this to 'true' to bypass varnish tests entirely. Default value is: false. User property is: varnishtest.skip. | 
| timeout | int | - | Per-test timeout in seconds. Default value is: 20. User property is: varnishtest.timeout. | 
| varnishdCommand | String | - | The command to run for varnishd, for instance
/usr/sbin/varnishd for unprivileged users without
/usr/sbin in their PATH. Default value is: varnishd. User property is: varnishtest.varnishdCommand. | 
| varnishtestCommand | String | - | The command to run for varnishtest, for instance
/usr/local/bin/varnishtest. Default value is: varnishtest. User property is: varnishtest.varnishtestCommand. | 
| workingDirectory | File | 0.2 | Working directory for varnishtest execution. Default value is: ${project.basedir}. User property is: varnishtest.workingDirectory. | 
<excludes/>
<includes> <include>src/test/varnish/**.vtc</include> </includes>
skip: