Hi Chris,
On Mittwoch, 13. Mai 2009, Chris wrote:
> Hi.
>
> I am looking at jsunit as an option for testing my group's javascript code,
and I wanted to make sure that it is easy to integrate jsunit tests into an
automated build.
>
> I downloaded jsunit-1.3/, then I did the following
>
> cd jsunit-1.3/jsunit/samples/
>
> mvn test integration-test
>
> # ( i ran integration-test just in case the jsunit-maven2 plugin
> # jsunit-test goal is bound to integration test phase... not sure
> # if that's the case or not.
It's bound to test phase.
> Anyway.. i received the output below (which indicated to me that no tests
were run)...
[snip]
> [INFO] [jsunit2:jsunit-test {execution: test}]
They have been executed. Have a look into the POM, the results are available
in ../target/sample.
[snip]
> I was wondering if someone could help me figure out how to get these samples
to run.
Best result is running
mvn site
open
../target/sample/site/index.html
and have a look at the test report.
- Jörg