Re: Test qwt project with selenium

2013-08-05 Thread antw...@gmail.com
I would suggest you to use Jenkins: [ Task I: Compile package GWT app ] --- triggers [ Task II: Deploy .war in appspot/tomcat ] --- triggers [ Task III : Run Selenium tests ] That's how we usually configure our uitests around gwt apps where in Jenkins, the 1st task is a simple 'mvn clean

Re: Test qwt project with selenium

2013-08-05 Thread salk31
We just use maven jetty plugin to start it up as close to production mode and it starts/stops around the maven integration cycle. http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing The only pain is you end up having to support dev mode, jetty for integration tests and

Test qwt project with selenium

2013-08-04 Thread Hanan Awwad
Hi all, I have to write selenium tests for qwt app and those tests have to run automatically after the build, Could i use development mode or web mode for writing the tests and if any one give me some tutorials to guide me? -- You received this message because you are subscribed to the Google