So I can successfully run my Specflow test cases from Visual Studio or from Rider, but when I would like to do it from a command line with SpecRun it recognises 0 test cases.
After executing SpecRun.exe/runtests.bat I get the following output:
Discovered 0 tests
Thread#0:
Done.
Result: tests executed with warnings
Total: 0
I am using the latest stable NuGet packages for SpecFlow and SpecRun.
I have no idea what can be the problem, maybe anybody knows a debugging option? Is there any rule where should be the feature files?