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
- Host: GitHub
- URL: https://github.com/theodesp/bdd-javascript
- Owner: theodesp
- License: mit
- Created: 2017-07-06T14:45:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T15:48:29.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T16:35:55.213Z (about 1 year ago)
- Topics: bdd, cucumberjs, javascript, starter-kit, tdd
- Language: Gherkin
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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