bdd-javascript
provides a starter kit for BDD testing your Javascript apps.
We provide an simple opinionated setup by using cucumber.js
to feature test your application.
Place your .feature files inside the features folder and then run:
npm run-script test
to verify that they pass. I've added an example for you to start with.
MIT Theo Despoudis