This content has been marked as final.
Show 2 replies
-
1. Re: JARs required to be packaged with build
kragoth Dec 23, 2010 11:36 PM (in response to nitingaur)The JSFUnit doco explains how to package your app to run the tests. In fact it has some very helpful example/doco on how to do so with ant/maven or whatever your tool of choice is.
[JSFUnit Doco|http://community.jboss.org/wiki/JSFUnitDocumentation]
-
2. Re: JARs required to be packaged with build
ssilvert Dec 27, 2010 1:27 PM (in response to kragoth)Right. In short, you typically have a seperate build of your WAR that is used for testing. There are other options though.
Stan