RE: selenium tests

2006-12-29 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 29 décembre 2006 09:17 > To: continuum-dev@maven.apache.org > Subject: Re: selenium tests > > Only on clean - which you want to do to clean out the database, etc > but not the c

Re: selenium tests

2006-12-28 Thread Brett Porter
8) store the cargo container installs somewhere other than target, so I can run clean tests without the massive download. On 28/12/2006, at 12:51 PM, Franz Allan Valencia See wrote: On 12/27/06, Brett Porter <[EMAIL PROTECTED]> wrote: 6) we should use dbunit or something similar to set the d

Re: selenium tests

2006-12-27 Thread Franz Allan Valencia See
On 12/27/06, Brett Porter <[EMAIL PROTECTED]> wrote: 6) we should use dbunit or something similar to set the database up into a consistent state for the respective tests, and tear it down again. Running through the web interface in tearDown is time consuming, and error prone (if you add a new tes

Re: selenium tests

2006-12-27 Thread Brett Porter
6) we should use dbunit or something similar to set the database up into a consistent state for the respective tests, and tear it down again. Running through the web interface in tearDown is time consuming, and error prone (if you add a new test that doesn't tear itself down, then a differe