You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suggest adding a new config value to settings, which would hold the path for the step definition files (to scan). Maybe I don't like to have my steps under /features/step_definitions
The text was updated successfully, but these errors were encountered:
No, under settings I can only set the path for the feature files.
But my project structure is:
[root]/src/features/login.feature etc.
[root]/src/steps/givens.js etc.
Your plugin scans for steps under the features path only. So if I don't have my steps in
[root]/src/features/step_definitions/*.js
then it can't find them.
My suggestion was a second path configuration under settings, which would hold the path for the steps files.
I'd suggest adding a new config value to settings, which would hold the path for the step definition files (to scan). Maybe I don't like to have my steps under /features/step_definitions
The text was updated successfully, but these errors were encountered: