Re: Getting integration tests into eclipse

2011-07-11 Thread Rex Hoffman
*you're

On Mon, Jul 11, 2011 at 9:01 AM, Rex Hoffman  wrote:

> Depends on what your running them with.  Testng test groups?
>
> I modify them with an @Listener, it servers multiple purposes for us.
>  First it makes sure there are no misspelled groups,
> then if eclipse-testng jar is on the classpath, it runs all groups,
> ignoring the group configuration.
>
> We also us it to server other purposes, like maintaining a pool of
> webdriver instances, as most the time spent in a webdriver test is startup
> and shutdown of the browser.
>
> Rex
>
>
> On Mon, Jul 11, 2011 at 6:36 AM, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
>> use intellij?
>>
>> On 11 July 2011 14:19, Benson Margulies  wrote:
>> > Anyone got a trick for getting integration tests, complete with @'s,
>> > into eclipse?
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > For additional commands, e-mail: dev-h...@maven.apache.org
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
>


Re: Getting integration tests into eclipse

2011-07-11 Thread Benson Margulies
the @'s in question are resource substitution @'s used by the
maven-invoker-plugin.

On Mon, Jul 11, 2011 at 12:01 PM, Rex Hoffman  wrote:
> Depends on what your running them with.  Testng test groups?
>
> I modify them with an @Listener, it servers multiple purposes for us.  First
> it makes sure there are no misspelled groups,
> then if eclipse-testng jar is on the classpath, it runs all groups, ignoring
> the group configuration.
>
> We also us it to server other purposes, like maintaining a pool of webdriver
> instances, as most the time spent in a webdriver test is startup and
> shutdown of the browser.
>
> Rex
>
> On Mon, Jul 11, 2011 at 6:36 AM, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
>> use intellij?
>>
>> On 11 July 2011 14:19, Benson Margulies  wrote:
>> > Anyone got a trick for getting integration tests, complete with @'s,
>> > into eclipse?
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> > For additional commands, e-mail: dev-h...@maven.apache.org
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Getting integration tests into eclipse

2011-07-11 Thread Rex Hoffman
Depends on what your running them with.  Testng test groups?

I modify them with an @Listener, it servers multiple purposes for us.  First
it makes sure there are no misspelled groups,
then if eclipse-testng jar is on the classpath, it runs all groups, ignoring
the group configuration.

We also us it to server other purposes, like maintaining a pool of webdriver
instances, as most the time spent in a webdriver test is startup and
shutdown of the browser.

Rex

On Mon, Jul 11, 2011 at 6:36 AM, Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:

> use intellij?
>
> On 11 July 2011 14:19, Benson Margulies  wrote:
> > Anyone got a trick for getting integration tests, complete with @'s,
> > into eclipse?
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Getting integration tests into eclipse

2011-07-11 Thread Stephen Connolly
use intellij?

On 11 July 2011 14:19, Benson Margulies  wrote:
> Anyone got a trick for getting integration tests, complete with @'s,
> into eclipse?
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Getting integration tests into eclipse

2011-07-11 Thread Benson Margulies
Anyone got a trick for getting integration tests, complete with @'s,
into eclipse?

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org