Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 720 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 720 Bytes

Description

dill-bdd (Dill BDD Library) is an unopinionated library to build behavior tests using the Gherkin DSL and run tests using mstest or any other test framework.

It is compatible with cucumber.io compatible feature files (Gherkin) that use a natural language syntax for defining integration tests It is not a full match of cucumber features.

The library is very small, and only concerned with running behavior tests using the Gherkin language.

Original author: Justin Haygood and used on Videa-tv production solutions.

Usage

Build src directory with dotnet core and add library to your project. See sample .sh scripts in build/ directory

Samples

See src/Dill.Tests for examples