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
fs.js:1574
return binding.realpath(pathModule._makeLong(path), options.encoding);
^
Error: ENOENT: no such file or directory, realpath 'features'
at Error (native)
at Object.realpathSync (fs.js:1574:18)
at Object.expandPathWithExtensions (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli/path_expander.js:15:23)
at /Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli/path_expander.js:9:27
at Array.map (native)
at Object.expandPathsWithExtensions (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli/path_expander.js:7:31)
at Object.expandPaths (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli/feature_path_expander.js:9:38)
at Function.Configuration (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli/configuration.js:21:63)
at getConfiguration (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli.js:63:38)
at Object.run (/Users/Marthinus/Code/global-web/sbg-module-generator/node_modules/gulp-cucumber/node_modules/cucumber/lib/cucumber/cli.js:69:27)
My modules folder structure is:
root
| ----- test
|-----functional
|---folder_with_tests
|---another_folder_with_tests
|---support
The text was updated successfully, but these errors were encountered:
Hi 😄,
My gulp task looks like below:
But I keep getting the below error:
My modules folder structure is:
The text was updated successfully, but these errors were encountered: