Using an existing Nunit specflow project
"SpecFlow" Version="3.4.14"
"SpecFlow.Assist.Dynamic" Version="1.4.2"
"SpecFlow.NUnit" Version="3.4.14"
"SpecFlow.Plus.LivingDocPlugin" Version="3.4.192"
I have followed the steps in the demo.
Install the SpecFlow.Plus.LivingDocPlugin for your SpecFlow project (Using an existing Nunit specflow project )
Build your project.
Run your tests. This will generate a FeatureData.json next to your TestAssembly which is needed in the next step.
Setup and execute the command line tool to create the documentation.
Following the steps and running the cli command does generate a LivingDoc.html, but when I open it in any browser it is unformatted JSON
Any advice appreciated
What are your CLI commands?
dotnet tool update --global SpecFlow.Plus.LivingDoc.CLI
Tool 'specflow.plus.livingdoc.cli' was reinstalled with the latest stable version (version '3.4.192').
livingdoc FeatureData.json
Generation is started...
LivingDoc.html was successfully generated.
@odeatomas can you post a screenshot (only enough just some part of it if it contains sensitive data) how does the LivingDoc.html renders in your browser?
Does it look similar to this?

@nemesv
yeah similar
example from chrome, tried ff, ie and edge in the off chance it was caused by browser / plug ins

This is a bug in the CLI-tool. We will let you know when the fix is ready.
This is now fixed in CLI version 3.4.242
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
This is a bug in the CLI-tool. We will let you know when the fix is ready.