2

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

Eugene
  • 448
  • 4
  • 12

2 Answers2

0

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
  • 1,943
  • 2
  • 14
  • 14
0

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
  • 475
  • 1
  • 4
  • 7