Hi, I have a web application and some webdriver test and geb test( both are junit based). I wander where should I put those test files in my project structure? Should I put them in "main/test " as my unit test ?
Since those web test should only be run after the web application is deployed. And the building process should be : compile web app, compile unit test, compile web test-> run unit test-> create war file and deploy on server-> run web test What should I do to run unit test and web test separately? and manage their dependency? Thanks a lot. -- View this message in context: http://gradle.1045684.n5.nabble.com/where-to-put-different-test-file-in-project-structure-tp3407720p3407720.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
