Skip to content

Scenarios are shown as a single test in ReSharper instead of a test for each step

Michael W Powell edited this page Dec 8, 2020 · 3 revisions

Instead of this:

ReSharper instead of this

You see this:

ReSharper will see this

This is a known bug in older versions of ReSharper. The bug was fixed in ReSharper 2017.3 according to the xBehave.net issue.

You will only encounter this ReSharper bug if your test project is using the new "SDK style" C# or VB projects which were introduced in Visual Studio 2017 / MSBuild 15. If you are using the old-style projects, then you are not affected.

Clone this wiki locally