jhaygood86 / dill-bdd

Dill BDD Library – Unopinionated library to build behavior tests using the Gherkin DSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Usage

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

Samples

See src/Dill.Tests for examples

About

Dill BDD Library – Unopinionated library to build behavior tests using the Gherkin DSL

License:MIT License


Languages

Language:C# 87.4%Language:Gherkin 6.3%Language:Shell 6.3%