Skip to content

Commit

Permalink
Reving to 0.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jun 30, 2014
1 parent 041af1c commit 0c3f71c
Show file tree
Hide file tree
Showing 8 changed files with 7,430 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Yadda brings _true_ BDD to JavaScript test frameworks such as [Jasmine](http://p
Yadda's BDD implementation is like [Cucumber's](http://cukes.info/) in that it maps the ordinary language steps to code. Not only are the steps less likely to go stale, but they also provide a valuable abstraction layer and encourage re-use. You could of course just use [CucumberJS](https://github.com/cucumber/cucumber-js), but we find Yadda less invasive and prefer it's flexible syntax to Gherkin's. Yadda's conflict resolution is smarter too.

## Latest Version
The current version of Yadda is 0.10.13. Recent changes include:
* Locking down the webdriver examples to 2.41.x as (problems)[https://github.com/acuminous/yadda/issues/105] where reported with 2.42
The current version of Yadda is 0.10.14. Recent changes include:
* Adding German language support - Thanks [prokls](https://github.com/prokls)
```
var Yadda = require('yadda');
Yadda.plugins.mocha.AsyncScenarioLevelPlugin.init();
Expand Down Expand Up @@ -60,7 +60,7 @@ npm install yadda
```
### Browser based environments (e.g. QUnit)
```html
<script src="./lib/yadda-0.10.13.js"></script>
<script src="./lib/yadda-0.10.14.js"></script>
```
## Writing Yadda Tests
### Step 1 - Decide upon a directory structure, e.g.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yadda",
"version": "0.10.13",
"version": "0.10.14",
"description": "A true BDD framework for JavaScript",
"repo": "acuminous/yadda",
"keywords": [
Expand Down
Loading

0 comments on commit 0c3f71c

Please sign in to comment.