Thanks, just tried that - unfortunately, that seems to get stuff tagged as @foo. is listing --tags twice meant to give you the intersection? Perhaps the negation is doing something odd...
mark On Tue, Jul 20, 2010 at 3:33 PM, Warren Seen <[email protected]> wrote: > Maybe use the -d flag for a dry run and exclude all your custom tags? eg > --tags ~...@foo --tags ~...@bar etc. > > > On 20/07/2010, at 3:27 PM, Mark Wotton wrote: > >> Hi all, >> >> I'm currently splitting up some cucumber test suites so that I can get >> different parts of the test suite running at the same time in CI. I've >> done this by tagging features functionally, but it's just occurred to >> me that this permits features to slip through the gaps - if they're >> not tagged using one of my set of tags, then they won't be run except >> in a full rake, which won't ever happen on CI and therefore might not >> get caught. >> >> Is there a way to get a list of tests that would have been run with a >> given set of tags? I'd like to have the build fail if there are any >> features that haven't been tagged with one of my top level set. >> >> Cheers >> Mark >> >> -- >> A UNIX signature isn't a return address, it's the ASCII equivalent of a >> black velvet clown painting. It's a rectangle of carets surrounding a >> quote from a literary giant of weeniedom like Heinlein or Dr. Who. >> -- Chris Maeda >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby or Rails Oceania" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/rails-oceania?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > -- A UNIX signature isn't a return address, it's the ASCII equivalent of a black velvet clown painting. It's a rectangle of carets surrounding a quote from a literary giant of weeniedom like Heinlein or Dr. Who. -- Chris Maeda -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
