views:

203

answers:

2

Is it possible to measure coverage using selenium-driven features?

A: 

Do you have a rake task for it or are you running your own hand baked commands?

If you could provide more information we'll see what we can come up with.

Chalkers
A: 

There is a Rails plugin named Mainline which could be the "glue" you're looking for to get cucumber + selenium/watir + rcov working together.

James Bobowski