BDD Documentation Generator

This project provides a tool for generating HTML documentation from Gherkin feature files using SpecFlow. It aims to help teams visualize their BDD specifications more easily.

Features

  • Parse Gherkin syntax to structured objects.
  • Generate detailed HTML documentation for feature files.
  • Support for various Gherkin elements (Features, Scenarios, Steps).

Getting Started

Prerequisites

  • .NET SDK
  • SpecFlow

Installation

Clone the repository and build the solution:

git clone https://yourrepositoryurl.git
cd yourprojectname
dotnet build