Hi,

about skipping tests: each task has an *enabled* property. So you could say
something like

    parent.project('services').task('test').enabled = false

from within the web project.

  Levi

On Mon, Mar 16, 2009 at 5:58 PM, <[email protected]> wrote:

>  Hi all,
>
> I'm looking for a convenient way to skip a specific subproject test task.
> Let's say I'm in the web project folder, and I want to execute all the tests
> from it, I really don't want to test all the services (which are in a
> project which web depends on). Is there any way to do so besides setting a
> custom property ? If the only way is a custom property, how would you set
> it? And finally, is there also a way to execute only one test among all?
>
> Hope i'm clear enough, thanks in advance for your help
>

Reply via email to