testdoc:test-stories

Full name:

de.smartics.testdoc:testdoc-maven-plugin:0.4.1:test-stories

Description:

Generates XML reports.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • Binds by default to the lifecycle phase: process-test-classes.

Optional Parameters

Name Type Since Description
logLevel String 1.0 Specifies the log level used for this plugin.

Allowed values are SEVERE, WARNING, INFO and FINEST.


outputDirectory String 1.0 Specifies the root directory to write the XML files to.
serOutputDirectory String 1.0 The output directory to write intermediate serialized files to.
skip boolean 1.0 A simple flag to skip the generation of the XML files. If set on the command line use -Dtestdoc.test-stories.skip.
Default value is: false.

Parameter Details

logLevel:

Specifies the log level used for this plugin.

Allowed values are SEVERE, WARNING, INFO and FINEST.

  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${testdoc.test-stories.logLevel}

outputDirectory:

Specifies the root directory to write the XML files to.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${project.build.directory}/testdoc/xml

serOutputDirectory:

The output directory to write intermediate serialized files to.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${project.build.directory}/testdoc/ser

skip:

A simple flag to skip the generation of the XML files. If set on the command line use -Dtestdoc.test-stories.skip.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${testdoc.test-stories.skip}
  • Default: false