Search code examples
ruby-on-railsseleniumcucumberrcov

cucumber + selenium + rcov =?


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


Solution

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