Skip to content
Advertisement

specflow.exe – ‘libhostpolicy.so’ not found

I’m trying to run the specflow.exe that comes with the nuget package on Linux, but I am getting the below error:

JavaScript

I found the file:

JavaScript

How can I make specflow.exe use it?

Advertisement

Answer

SpecFlow <= 2.4 has no .NET Core support, so you can’t execute the specflow.exe with dotnet specflow.exe.
You can try to use Mono to execute it. So it’s mono specflow.exe

Advertisement