Right now the code only look for step definitions under this folder features/step_definitions. However there's another practice like putting step definitions and feature file under the same folder then this plugin will not work.
features
- Feature_A
- my_feature_a.feature
- my_feature_steps.rb
This PR would allow to jump into cucumber step with above structure.
Right now the code only look for step definitions under this folder
features/step_definitions
. However there's another practice like putting step definitions and feature file under the same folder then this plugin will not work.This PR would allow to jump into cucumber step with above structure.