Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:prepare-jasmine-tests
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| browsers | String[] | - | The Browser simulation used for Unit tests (default to FF3.6) |
| jasmineTargetDir | File | - | (no description) Default value is: ${project.build.directory}${file.separator}jasmine. |
| jasmineTestSourceDirectory | File | - | (no description) Default value is: ${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript. |
| jsunitTestSourceDirectory | File | - | Base directory for jsunit test. Default value is: ${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript. |
| libsDirectory | String | - | The folder for javascripts dependencies Default value is: lib. |
| manualSpecRunnerHtmlFileName | String | - | (no description) Default value is: ManualSpecRunner.html. |
| mavenProject | MavenProject | - | (no description) Default value is: ${project}. |
| packageDir | File | - | (no description) Default value is: ${project.build.directory}${file.separator}${project.build.finalName}. |
| packageJavaScriptPath | String | - | (no description) Default value is: js. |
| pluginArtifacts | List | - | (no description) Default value is: ${plugin.artifacts}. |
| preloadSources | List | - | JavaScript sources (typically vendor/lib dependencies) that need to
be loaded before other sources (and specs) in a particular order,
these are relative to the ${sourceDirectory} directory! Therefore,
if jquery.js is in `${sourceDirectory}/vendor`, you would
configure: <preloadSources>
<source>vendor/z.js</source> </preloadSources>
And z.js would load before all the other sources and specs. |
| skipTests | boolean | - | Set this to 'true' to bypass unit tests entirely. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
| sourceDirectory | File | - | (no description) Default value is: ${project.basedir}${file.separator}src${file.separator}main${file.separator}javascript. |
| specDirectoryName | String | - | (no description) Default value is: spec. |
| specRunnerHtmlFileName | String | - | (no description) Default value is: SpecRunner.html. |
| srcDirectoryName | String | - | (no description) Default value is: src. |
| testFailureIgnore | boolean | - | Set this to true to ignore a failure during testing. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
| useArtifactId | boolean | - | Use the artifactId as folder |