Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.45 KB

bdd.md

File metadata and controls

51 lines (43 loc) · 2.45 KB

Bookmarks tagged [bdd]

https://github.com/cucumber/cucumber-jvm

Provides a way to describe features in a plain language which customers can understand.


https://github.com/ctco/cukes-rest

A collection of Gherkin steps for REST-service testing using Cucumber.


https://github.com/j8spec/j8spec

Follows a Jasmine-like syntax.


http://jbehave.org

Extensively configurable framework that describes stories.


http://jgiven.org

Provides a fluent API which allows for simpler composition.


https://github.com/RichardWarburton/lambda-behave

Aims to provide a fluent API to write tests in long and descriptive sentences that read like plain English.


http://shouldjs.github.io/

should is an expressive, readable, framework-agnostic assertion library. The main goals of this library are to be expressive and to be helpful. It keeps your test code clean, and your error messages...