Verifications

Project-specific configuration file for the Verifier plugin. It contains definitions of the files and directories to be checked after an integration test has run. It can also check for file content against regexps.

<verifications>
  <files>
    <file>
      <location/>
      <contains/>
      <exists/>
    </file>
  </files>
</verifications>

verifications

Root element of the verifications file.

Element Description
files List of files and directories to check.

file

Element Description
location Location of the file or directory to check.
contains Check the content against this regexp.
exists When this is set to true the plugin checks that the file or directory exists. When set to false it checks that the file or directory does not exist. The default value is true.