You can use the metaFilters parameter in the @UsingEmbedder annotation if you are using an annotated runner or use the useMetaFilters method for Embedder to set the meta filters from your source code, e.g. passing -skip or -wip to disable the respective scenarios

On 21.03.2012 13:07, rakesh mailgroups wrote:
I'm using the default way of running tests by basically letting Gradle
and my IDE think they are JUnit tests. How do I pass in a meta tag to
filter on?

I use Intellij btw.

Thanks

Rakesh

On Tue, Mar 20, 2012 at 10:39 PM, louis gueye
<[email protected]
<mailto:[email protected]>> wrote:

    Hi Rakesh,

    I use 3 useful tags : @wip (work in progress), @done (implemented
    and validated by PO), @ready (ready to get implemented)

    The @wip is the active tag by default used in dev mode.

    When I want to push on distant repository I run switch my @wip to
    done and run @done stories to b sure I've broken nothing


    --
    Cordialement/Regards,

    Louis GUEYE
    linkedin <http://fr.linkedin.com/in/louisgueye> | blog
    <http://deepintojee.wordpress.com/> | twitter
    <http://twitter.com/#%21/lgueye>


    2012/3/16 Bill Ross <[email protected]
    <mailto:[email protected]>>

        What if you tag the one you're working on, and select by tag?

        Bill

        rakesh mailgroups
        <[email protected]
        <mailto:[email protected]>>
        wrote:

         > Hi,
         >
         > I tend to write my scenarios first and then go back and try
        and implement
         > them one by one.
         >
         > Is there a way I can comment out all but one scenario so I
        can work on it
         > in isolation?
         >
         > Thanks
         >
         > Rakesh

        ---------------------------------------------------------------------
        To unsubscribe from this list, please visit:

        http://xircles.codehaus.org/manage_email









---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to