Read more

Cucumber does not find neither env.rb nor step definitions when running features in nested directories

Dominik Schöler
February 24, 2014Software engineer at makandra GmbH

Usually, Cucumber feature files live in features/. When you group them in sub directories, make sure to add -r features to the standard Cucumber options.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

In Rails apps, Cucumber options are likely to be stored in config/cucumber.yml.

Posted by Dominik Schöler to makandra dev (2014-02-24 13:14)