I was able to resolve everything on my own. I was looking at the source to
tap-jquery which was much more complicating than what I needed. As it turned
out I just needed to add the following code to my build, add a test to my
testPackage, and map it with testng.xml leaving my src intact. Seems to w
Sorry clarifying previous question. After expanding my war file. I noticed
the java classes were not included with pages, components, however the
appModule was included with services. Not sure what I need to configure to
get the project to build with the java classes.
--
View this message in cont
One last question, when I build my war file, how do I get glassfish to use
the test-classes path? I'm assuming it's using classes which is causing my
application not to run in glassfish.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Setting-up-selenium-and-testng-tp57141
I may of answered some of my question, I changed my jetty pom configuration
to this.
org.mortbay.jetty
maven-jetty-plugin
6.1.26
true
I have the following package structure,
//Main
src/main/java/com/company/testproject/pages
src/main/java/com/company/testproject/components
src/main/resources/com/company/testproject/pages
src/main/resources/com/company/testproject/components
src/main/webapp/layout
//Test
src/test/config
src/test
I don't know what your setup is, but no, I've never had to duplicate
code or resources when using T5 and Selenium. Whatever runs your
tests, just ensure the path / classpath is setup correctly.
Steve.
On 30 June 2012 03:12, George Christman wrote:
> Hello, I'm pretty new to Tapestry Selenium and