casperjs-runner:verify
Full name:
com.github.casperjs:casperjs-runner-maven-plugin:1.0.7-SNAPSHOT:verify
Description:
Verifies that there was no test failure during the integration-test
Mojo.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: verify.
Optional Parameters
Name |
Type |
Since |
Description |
testFailureCountFile |
File |
- |
A file in which the count of failed tests will be written. We'll
check this file in the verify phase to fail the build, if the
testFailures ignored during the test mojo. Default value is: ${project.build.directory}/casperjsFailureCount. User property is: casperjs.testFailure.countFile.
|
Parameter Details
testFailureCountFile:
A file in which the count of failed tests will be written. We'll
check this file in the verify phase to fail the build, if the
testFailures ignored during the test mojo.
- Type: java.io.File
- Required: No
- User Property: casperjs.testFailure.countFile
- Default: ${project.build.directory}/casperjsFailureCount