I am new to BDD and Gherkin. Trying to use Cucumber, which parses Gherkin to Ruby - a language I don't know. Is there any library which converts Gherkin to Javascript ? If I get the Javascript output for Gherkin, I plan to modify the code and call some Javascript functions of my own. Please note, I am not planning to test these javascript functions - these functions are from some other testing tool I am trying to chain to. I Hope I am not planning to do something weird. All the problem is that our team does not want to learn Ruby. Please suggest some options.
I guess, what I need is a tool which allows me to write step definitions in javascript - as opposed to Ruby.
Thanks !
I think you're looking for Cucumber.js: http://git.io/cukejs