Skip to content

Instantly share code, notes, and snippets.

@Temaruk
Created November 18, 2015 01:17
Show Gist options
  • Save Temaruk/2a20acbdab6b72f79a21 to your computer and use it in GitHub Desktop.
Save Temaruk/2a20acbdab6b72f79a21 to your computer and use it in GitHub Desktop.
Chimp path option error
# gergely at Prime-Radiant.local in ~/Work/Indivizo/lens on git:master x [2:12:01]
$ ./node_modules/.bin/chimp --watch --path=./test/features
[chimp] Watching features with tagged with @dev,@watch,@focus
[chimp] Running...
/Users/gergely/Work/Indivizo/lens/node_modules/chimp/lib/cucumberjs/cucumber-wrapper.js:29
throw(e);
^
Error: ENOENT: no such file or directory, lstat '/Users/gergely/Work/Indivizo/lens/features'
at Error (native)
at Object.fs.lstatSync (fs.js:887:18)
at Object.realpathSync (fs.js:1522:21)
at Object.expandPathWithRegexp (/Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/argument_parser/path_expander.js:23:23)
at /Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/argument_parser/path_expander.js:9:39
at Array.forEach (native)
at Object.expandPathsWithRegexp (/Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/argument_parser/path_expander.js:8:11)
at Object.expandPaths (/Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/argument_parser/feature_path_expander.js:6:38)
at Object.getFeatureFilePaths (/Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/argument_parser.js:49:71)
at Object.getFeatureSources (/Users/gergely/Work/Indivizo/lens/node_modules/cucumber/lib/cucumber/cli/configuration.js:35:48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment