I am new to this too, but I think the reason is that your step def file is not found. Make sure that your “step_definition” directory is under the features folder.
HTH.
]]>I am new to cucumber.I am facing the problem while acessing the features .it is showing that StepsDefNotFoundException.how can i solve this problem.can any one please help me regarding this.
Bikash
]]>
step_definitions = Dir.glob('features/**/step_definitions/*.rb').map { |file| "-r #{file}" }.join(" ")
default: --format progress features --strict --tags ~@wip --no-source --tags ~@draft -r features/support/env.rb -r features/step_definitions
default: –format progress features –strict –tags ~@wip –no-source –tags ~@draft -r features/support/env.rb -r features/step_definitions
]]>