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.
- tags: java, testing, bdd
- :octocat: source code
Cukes-REST
https://github.com/ctco/cukes-rest
A collection of Gherkin steps for REST-service testing using Cucumber.
- tags: java, testing, bdd
- :octocat: source code
J8Spec
https://github.com/j8spec/j8spec
Follows a Jasmine-like syntax.
- tags: java, testing, bdd
- :octocat: source code
JBehave
Extensively configurable framework that describes stories.
JGiven
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.
- tags: java, testing, bdd
- :octocat: source code
Should.js API Documentation
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...
- tags: testing, bdd
- :octocat: source code