Tony Truong wrote: > > To all, > > I need to run a specific JWebunit test before the other tests, since this > JWebunit test sets up the web app environment. How would I be able to do > this with the surefire plugin? > > Tony. >
Good day to you, Tony, add -Dtest=[test class name] to your mvn command. Cheers, Franz -- View this message in context: http://www.nabble.com/-m2--Executing-a-Test-First-tf2101214.html#a5791109 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
