A plugin for SpecFlow to generate a shareable HTML Gherkin feature execution report (living documentation). Use together with SpecFlow.Plus.LivingDoc.CLI.
Don't add this package to your project. Install from commandline (dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI) and use with SpecFlow.Plus.LivingDoc.Plugin. A dotnet tool for SpecFlow to generate a shareable HTML Gherkin feature execution report (living documentation).
Generate the Json for report generation from SpecFlow.Plus.LivingDoc.CLI with the command:
LivingDoc test-assembly testdllname.dll -t TestExecution.json --output-type JSON -o outputname.json --project-language en
and use this file as input source in this tool:
livingdocreport -f...
More information