Sunday, August 4, 2013

Run Cucumber On Single .feature Test File

When debugging cucumber tests, it may be helpful to run cucumber on a single test file at a time  and to cut down on execution time, and reduce the amount of error output to go through. 
 
PROBLEM
   
How to run cucumber on single .feature test file.

SOLUTION

bundle exec cucumber features/your_feature.feature