Scenarios are shown as a single test in ReSharper instead of a test for each step - adamralph/xbehave.net GitHub Wiki

Instead of this:

image

you see this

image

This is a known bug in older versions of ReSharper. The bug was fixed in ReSharper 2017.3.

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.