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.
- Parse Gherkin syntax to structured objects.
- Generate detailed HTML documentation for feature files.
- Support for various Gherkin elements (Features, Scenarios, Steps).
- .NET SDK
- SpecFlow
Clone the repository and build the solution:
git clone https://yourrepositoryurl.git
cd yourprojectname
dotnet build