I have already run dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
to install specflow livingdoc.
then I run the command below:
But when I run livingdoc test-assembly SpecFlowDemo.dll -t TestExecution.json
, I got this error 'livingdoc' is not recognized as an internal or external command, operable program or batch file.
and when I again dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
, it shows below:
Solved already after I run cmd as administrator.