Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:jsunit
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
browsers | String[] | - | Browsers to run the jsunit tests |
excludes | String[] | - | Exclusion pattern. |
firefoxPath | String | - | (no description) Default value is: c:/program files/Mozilla Firefox/firefox.exe. |
iePath | String | - | (no description) Default value is: c:/program files/internet explorer/iexplore.exe. |
includes | String[] | - | Inclusion pattern. |
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. |
port | int | - | The local port to use for the jsunit HTTP server Default value is: 8080. |
reportsDirectory | File | - | Base directory where all reports are written to. |
skipTests | boolean | - | Set this to 'true' to bypass unit tests entirely. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
testFailureIgnore | boolean | - | Set this to true to ignore a failure during testing. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
workDirectory | File | - | Base directory where jsunit will run. |
port: