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
step_definitions
|--- login
|--- user
|----|---- create
|----|---- edit
I'm getting error:
Could not include object Step Definition from /repo/step_definitions/user from module '/repo/step_definitions/user'
Cannot find module '/repo/step_definitions/user'
Require stack:
- /repo/node_modules/codeceptjs/lib/container.js
- /repo/node_modules/codeceptjs/lib/codecept.js
- /repo/node_modules/codeceptjs/bin/codecept.js
Any chance the helper.getStepFiles() method could iterate across child folders?
The text was updated successfully, but these errors were encountered:
I have a step_definition folder structure like:
I'm getting error:
Any chance the
helper.getStepFiles()
method could iterate across child folders?The text was updated successfully, but these errors were encountered: