bdd.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [bdd]

www.codever.land/bookmarks/t/bdd

Cucumber

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

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


Cukes-REST

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

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


J8Spec

https://github.com/j8spec/j8spec

Follows a Jasmine-like syntax.


JBehave

http://jbehave.org

Extensively configurable framework that describes stories.


JGiven

http://jgiven.org

Provides a fluent API which allows for simpler composition.


Lamdba Behave

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.


Should.js API Documentation

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...