An open API service indexing awesome lists of open source software.

https://github.com/theodesp/bdd-javascript

A starter kit for testing in BDD in Javascript
https://github.com/theodesp/bdd-javascript

bdd cucumberjs javascript starter-kit tdd

Last synced: 8 months ago
JSON representation

A starter kit for testing in BDD in Javascript

Awesome Lists containing this project

README

          

# BDD-Javascipt

`bdd-javascript` provides a starter kit for BDD testing your Javascript apps.
We provide an simple opinionated setup by using [cucumber.js](https://github.com/cucumber/cucumber-js)
to feature test your application.

## Writing Specifications
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.

LICENCE
---
MIT Theo Despoudis