I am currently using intern with karma, TDD style. I want to switch to cucumber but it has been pretty difficult, as my project is extremely large and is already configured a certain way. I began thinking about using BDD with intern instead as it would be much easier, and I was wondering about how similar I can make BDD to Gherkin syntax?
Particularly, I like how you can specify {int} or {word} in cucumber step files. Is there anyway to do something similar in intern?
Any feedback on how close intern-bdd is to Gherkin/Cucumber would be very helpful.