machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Cannot see MSpec unit tests in ReSharper UnitTest Session #332

Closed JayeshThamke closed 7 years ago

JayeshThamke commented 7 years ago

I have ReSharper installed (2017.1.3) in VS2017 and Machine Specifications latest packages from NuGet pm. In .NET Core Library Project, I have created few unit tests. However, I cannot see them in ReSharper -> UnitTest and creating any unit test session. Test running from .NET CLI with dotnet test command returns the test result. I want to see in case of test failure which test has failed in ReSharper session explorer. How can I get such results? I am not sure if this is a limitation from ReSharper side. Thanks, Jay

mspec_resharper_dotnetcore

ivanz commented 7 years ago

Thanks for the report. As per https://github.com/machine/machine.specifications.runner.resharper/issues/46 - as of this moment the ReSharper mspec extension doesn't support running .NET Core . The ticket mentions what needs to be implemented if you decide to give it a go :)