I am working on one component (which is a struts web application) that deploys as a WAR), and I developed a new Javascript for which I wrote several QUnit tests. I do not know where I need to put the files that go with my QUnit pages (qunit.js, qunit.ccs, myTestClass.js and hmtl) so that they are not packed and deployed in the production artifact.
For example, the entire java unit test is included in the test folder. But the html / jsp / js files should be somewhere in the webapp folder.
Thank!
source
share