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.

Reply via email to