mocha-gherkin icon indicating copy to clipboard operation
mocha-gherkin copied to clipboard

A little tool to generate Mocha BDD specs from Gherkin features

Results 3 mocha-gherkin issues
Sort by recently updated
recently updated
newest added

Hi, After installing the same using npm, while trying to execute "cat sample.feature | ./node_modules/.bin/mocha-gherkin > test.js" getting error like /cucumberMocha/testProj/node_modules/gherkin/lib/gherkin/lexer/en.j s:960 this.listener[event](this.keyword, name, description, this.current_line); ^ TypeError: this.listener[event] is...

Hi! Do You still maintain this repo? I would like to use it, but there's no support for `Examples` keyword ( look [here](https://docs.cucumber.io/gherkin/reference/) ). Is there any possibility for adding...

Hey, thank you for this library. It looks very good. I'm just wondering how to install? You already did write a package.json, why didn't you published on npm? best regards...