'livingdoc' 不是内部或外部命令,也不是可运行的程序或批处理文件
'livingdoc' is not recognized as an internal or external command, operable program or batch file
我已经 运行 dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
安装 specflow livingdoc。
然后我运行下面的命令:
但是当我 运行 livingdoc test-assembly SpecFlowDemo.dll -t TestExecution.json
时,我得到了这个错误 'livingdoc' is not recognized as an internal or external command, operable program or batch file.
当我再次dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
时,它显示如下:
我以管理员身份 运行 命令后已解决。
运行
之后
dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
在 运行
之前关闭并重新打开命令提示符
livingdoc test-assembly SpecFlowDemo.dll -t TestExecution.json
我已经 运行 dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
安装 specflow livingdoc。
然后我运行下面的命令:
但是当我 运行 livingdoc test-assembly SpecFlowDemo.dll -t TestExecution.json
时,我得到了这个错误 'livingdoc' is not recognized as an internal or external command, operable program or batch file.
当我再次dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
时,它显示如下:
我以管理员身份 运行 命令后已解决。
运行
之后dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
在 运行
之前关闭并重新打开命令提示符livingdoc test-assembly SpecFlowDemo.dll -t TestExecution.json