Rakesh, You may add environment variable with name meta.filter in your IDE , Eclipse has this feature.
: Bhuvnesh Pratap On Wed, Mar 21, 2012 at 5:37 PM, rakesh mailgroups < [email protected]> 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]>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]> >> >>> What if you tag the one you're working on, and select by tag? >>> >>> Bill >>> >>> rakesh mailgroups <[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 >>> >>> >>> >> >> >> >
