Can't call a specific feature file that is in a subdirectory under features
26 views
Skip to first unread message
Carl Youngblood
unread,
Jan 28, 2013, 10:08:44 AM1/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lettuce-d...@googlegroups.com
When I try to call a specific feature file that is not directly under features but under a subfolder within features, it doesn't recognize my steps. If I just run lettuce without a specific feature file, my steps are recognized. In cucumber I often see similar behavior but I'm able to supply additional directories to look in with the -r ("require") option. However, this option is not available in lettuce. What is the right way to have lettuce find my steps when they're in a subfolder?