closure-testing-report:report

Note:This goal should be used as a Maven report.

Full name:

com.github.jlgrock.javascript-framework:closure-testing-report-maven-plugin:1.6:report

Description:

Will execute the jsclosure suite in a selenium testbed and execute it, parsing values for problems. If problems arise, this can stop the build.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: site.
  • Invokes the execution of the lifecycle phase test prior to executing itself.

Required Parameters

Name Type Since Description
frameworkTargetDirectory File - The framework directory. This allows us to get the relative pathing to the expected generated source

Parameter Details

frameworkTargetDirectory:

The framework directory. This allows us to get the relative pathing to the expected generated source
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}${file.separator}javascriptFramework