Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
This is a sample project showing how to use Yadda along with WebDriverJS and Mocha.
# yadda-bootstrap

This is a sample project showing how to use [Yadda](https://github.com/acuminous/yadda/) along with [WebDriverJS](https://code.google.com/p/selenium/wiki/WebDriverJs) and [Mocha](http://visionmedia.github.io/mocha/).

You can take this and use it directly in your setup by cloning the project and adding feature files and step definitions. For a more complete guide see http://tech.shazam.com/web/bootstrapping-yadda-mocha-and-webdriverjs/

## Running the tests
````
git clone https://github.com/shazam/yadda-bootstrap.git
cd yadda-bootstrap && make
````