From 34ea1ef3e8edeca05778233160a619526d5bf8b4 Mon Sep 17 00:00:00 2001 From: Umar Hansa Date: Mon, 14 Oct 2013 16:11:21 -0700 Subject: [PATCH] Add links and instructions to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0108eb8..22284cb 100644 --- a/README.md +++ b/README.md @@ -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 +````