Hello all,
I would like to inform you that there are functional tests for
JSF examples in Weld core. Basically, they are able to test
web interface and thus functionality of individual examples.
You can run them to verify that nothing was broken. We'll also
prepare hudson job which will run them periodically. A simple
tutorial for running the functional tests can be found in
examples/readme.txt. You just start JBossAS 6 and then run a
command like the following in the examples directory:
mvn -Pftest-jboss-remote-6,jboss6 clean verify
There are also different containers that can be used. Just read the
readme.txt
--
Seam QA Team