Skip to content

links and examples for behavior-driven development presentation

Notifications You must be signed in to change notification settings

inthegreenwild/BDD-presentation-materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDD Presentation

Link to presentation

bdd presentation

Example materials

The example materials here include the javascript and spec code shown in the presentation. Node is required in order to run the tests.

installing node

sudo npm install npm -g

installing everything else

for this setup all you have to do is run npm install and let package.json handle everything

npm install 

once everything is installed you can run your tests with karma start

  • coverage/ contains code coverage results
  • js/ contains your javascript code
  • test/ contains your tests for javascript code
  • karma.conf.js is Karma's basic configuration

learn about the Karma test runner here

About

links and examples for behavior-driven development presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published