Last Updated: February 25, 2016
·
436
· gmjorge

Run specific feature with his steps definitions

Sometimes you need to run an specific feature but if you run

cucumber path/to/feature

cucumber show you pendings steps, but if you run

cucumber --require features path/to/feature

Wow... your steps definitions are there!!!