Updated solution for BDD

Behaviour Driven Development is a common methodology which I assume many Meteor developers use.
Search on internet, I see that there were a few attempts to bring a package for reading Gherkin files and executing the behaviours but all I found were packages out of date which are not valid anymore.
I also tried to install Chimp and Chimpy but they suffer from the same issue.
Is there any way of testing a meteor web/app with BDD?

1 Like