/daspec-js-bower-example

Example project for DaSpec Bower installation

Primary LanguageCSS

Example DaSpec JS setup running inside a browser, with components managed using Bower, for testing javascript projects.

Check out the git repository, then do

bower install

to pull the dependencies. You should be able to open the index.html page and execute DaSpec specifications in your browser.

How this works

The magic is in layout-example.js - the runDaSpec function shows how to wire up DaSpec with a minimal configuration that outputs markdown and produces a counter for passed, failed and skipped steps.

For more information on DaSpec, see http://daspec.com