TheBrainFamily / chimpy

Develop acceptance tests & end-to-end tests with realtime feedback.
https://thebrainfamily.github.io/chimpy
MIT License
52 stars 28 forks source link

Documentation bug #39

Open samhatoum opened 6 years ago

samhatoum commented 6 years ago

Issue by legacyWork Tuesday Jun 14, 2016 at 00:21 GMT Originally opened as https://github.com/xolvio/chimp/issues/398


Expected behaviour

https://www.npmjs.com/package/chimp

talks about some chimp.js file in a bin folder (Usage in a gulp task). This file does not exist anywhere. In fact the whole gulp process for chimp does not work as described. It is related to the earlier bug I filed (which i manually fixed by going into some deep dive node_modules config file and changing a number to 2.53.0)

/Users/myUser/AUTOMATION/AutomationDev/javascript_ui_test/node_modules/chimp/lib/cucumberjs/cucumber.js:239 if (features.indexOf(',') !== -1) { ^

TypeError: Cannot read property 'indexOf' of undefined

Actual behaviour
Steps to reproduce the problem

(Preferably a repository and easy reproduction steps)

Used version

(Upload long logs to Gist and link it here)


Join our Slack xolv.io/community #chimp channel, where you can find help and help others.

samhatoum commented 6 years ago

Comment by samhatoum Monday Jun 27, 2016 at 14:44 GMT


Does this work for you: /my/path/to/my/project/node_modules/.bin/chimp.js

samhatoum commented 6 years ago

Comment by legacyWork Monday Jun 27, 2016 at 20:07 GMT


That also does not work. I ended up using a shell wrapper to manually execute command line commands in gulp.

samhatoum commented 6 years ago

Comment by lucetius Thursday Jan 05, 2017 at 20:46 GMT


@samhatoum i think we should change /my/path/to/my/project/node_modules/.bin/chimp.js to /my/path/to/my/project/node_modules/.bin/chimp