screenshot:gallery

Full name:

se.bluebrim.maven.plugin:screenshot-maven-plugin:1.0.3-SNAPSHOT:gallery

Description:

Generates a screenshots gallery report.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.

Required Parameters

Name Type Since Description
<outputDirectory> String - Directory where the generated AsciiDoc will go.
Default value is: ${project.build.directory}.

Optional Parameters

Name Type Since Description
<locales> List - Specify the locale to be used when generating the screenshots. In a previous version it was possible to specify several locales and get side-by-side screenshots for each locale. This feature is disabled for now but you can still use this parameter to specify one single locale in cases where the default locale is not desirable.

Parameter Details

<locales>

Specify the locale to be used when generating the screenshots. In a previous version it was possible to specify several locales and get side-by-side screenshots for each locale. This feature is disabled for now but you can still use this parameter to specify one single locale in cases where the default locale is not desirable.
  • Type: java.util.List
  • Required: No

<outputDirectory>

Directory where the generated AsciiDoc will go.
  • Type: java.lang.String
  • Required: Yes
  • Default: ${project.build.directory}