Read more

Cucumber 4 and VCR integration

Niklas Hä.
September 04, 2020Software engineer at makandra GmbH

If you are trying to integrate VCR Show archive.org snapshot and Cucumber 4 and you're using the use_scenario_name: true option you will run into an error like this:

undefined method `feature' for #<Cucumber::RunningTestCase::TestCase:0x00005650550ba080>
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

Currently the VCR integration and Cucumber 4 is broken, but you can find an open issue with details and a monkey patch here Show archive.org snapshot .

Posted by Niklas Hä. to makandra dev (2020-09-04 12:12)