Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdavis/tdd-vs-bdd
Test-driven development vs Behavior-driven development example.
https://github.com/jdavis/tdd-vs-bdd
Last synced: about 2 months ago
JSON representation
Test-driven development vs Behavior-driven development example.
- Host: GitHub
- URL: https://github.com/jdavis/tdd-vs-bdd
- Owner: jdavis
- License: mit
- Created: 2013-05-27T22:24:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-27T22:31:05.000Z (over 11 years ago)
- Last Synced: 2024-04-29T21:12:31.390Z (8 months ago)
- Language: JavaScript
- Homepage: http://joshldavis.com/2013/05/27/difference-between-tdd-and-bdd/
- Size: 109 KB
- Stars: 50
- Watchers: 6
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
tdd-vs-bdd
==========## About
This code goes along with the article I posted on my website: [The Difference
Between TDD and BDD][post].[post]: http://joshldavis.com/2013/05/27/difference-between-tdd-and-bdd/
## Running
Just clone the repository and then run the following commands:
```bash
# Install packages
$ npm install# Run tests
$ grunt```