DrSheaus
Results
2
comments of
DrSheaus
I had this exact same issue and found that if I append ' || true' to my 'dotnet test' line, then it generates properly with failed test results in the...
- dotnet test || true then after that, I navigate to my project's /bin/Debug/net6.0 then - dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI - export PATH="$PATH:/root/.dotnet/tools" then I'm able to use the...